mirror of https://github.com/GNOME/gimp.git
fixed wrong parameter name in gtk-doc comment.
2002-08-27 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpwidgets.c: fixed wrong parameter name in gtk-doc comment.
This commit is contained in:
parent
1c7da49a3d
commit
635a2d93b8
|
@ -1,3 +1,8 @@
|
|||
2002-08-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/gimpwidgets.c: fixed wrong parameter name in
|
||||
gtk-doc comment.
|
||||
|
||||
2002-08-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpdialogfactory.c: if a dialog constructor fails
|
||||
|
|
|
@ -341,7 +341,7 @@ gimp_option_menu_set_history (GtkOptionMenu *option_menu,
|
|||
void
|
||||
gimp_option_menu_set_sensitive (GtkOptionMenu *option_menu,
|
||||
GimpOptionMenuSensitivityCallback callback,
|
||||
gpointer callback_data)
|
||||
gpointer callback_data)
|
||||
{
|
||||
GtkWidget *menu_item;
|
||||
GList *list;
|
||||
|
@ -475,8 +475,7 @@ gimp_radio_group_new (gboolean in_frame,
|
|||
* a title.
|
||||
* @radio_button_callback: The callback each button's "toggled" signal will
|
||||
* be connected with.
|
||||
* @radio_button_callback_data: The data which will be passed to
|
||||
* g_signal_connect().
|
||||
* @callback_data: The data which will be passed to g_signal_connect().
|
||||
* @initial: The @item_data of the initially pressed radio button.
|
||||
* @...: A #NULL terminated @va_list describing
|
||||
* the radio buttons.
|
||||
|
|
Loading…
Reference in New Issue