mirror of https://github.com/GNOME/gimp.git
libgimp/gimpgradientselectbutton.c Make doc comments match reality.
2006-07-19 Manish Singh <yosh@gimp.org> * libgimp/gimpgradientselectbutton.c * libgimp/gimppatternselectbutton.c: Make doc comments match reality.
This commit is contained in:
parent
bc0c1a85cf
commit
fde314f555
|
@ -1,3 +1,9 @@
|
|||
2006-07-19 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimp/gimpgradientselectbutton.c
|
||||
* libgimp/gimppatternselectbutton.c: Make doc comments match
|
||||
reality.
|
||||
|
||||
2006-07-19 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpdialog.[ch]: add gimp_dialog_add_button[s] API,
|
||||
|
|
|
@ -240,7 +240,7 @@ gimp_gradient_select_button_new (const gchar *title,
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_gradient_select_button_get_gradient_name:
|
||||
* gimp_gradient_select_button_get_gradient:
|
||||
* @button: A #GimpGradientSelectButton
|
||||
*
|
||||
* Retrieves the name of currently selected gradient.
|
||||
|
|
|
@ -280,7 +280,7 @@ gimp_pattern_select_button_get_pattern (GimpPatternSelectButton *button)
|
|||
}
|
||||
|
||||
/**
|
||||
* gimp_pattern_select_button_set_pattern_name:
|
||||
* gimp_pattern_select_button_set_pattern:
|
||||
* @button: A #GimpPatternSelectButton
|
||||
* @pattern_name: Pattern name to set; %NULL means no change.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue