mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Corrected the group_changed signal vfunc declaration, adding the first
2004-03-03 Murray Cumming <murrayc@murrayc.com> * gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed signal vfunc declaration, adding the first parameter, which is the widget emitting the signal.
This commit is contained in:
parent
eb7f75b721
commit
1cbdd62ce3
@ -1,3 +1,9 @@
|
||||
2004-03-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
|
||||
signal vfunc declaration, adding the first parameter, which is the
|
||||
widget emitting the signal.
|
||||
|
||||
2004-03-03 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* tests/testfilechooser.c (update_preview_cb): Plug leak.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-03-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
|
||||
signal vfunc declaration, adding the first parameter, which is the
|
||||
widget emitting the signal.
|
||||
|
||||
2004-03-03 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* tests/testfilechooser.c (update_preview_cb): Plug leak.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-03-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
|
||||
signal vfunc declaration, adding the first parameter, which is the
|
||||
widget emitting the signal.
|
||||
|
||||
2004-03-03 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* tests/testfilechooser.c (update_preview_cb): Plug leak.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-03-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
|
||||
signal vfunc declaration, adding the first parameter, which is the
|
||||
widget emitting the signal.
|
||||
|
||||
2004-03-03 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* tests/testfilechooser.c (update_preview_cb): Plug leak.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-03-03 Murray Cumming <murrayc@murrayc.com>
|
||||
|
||||
* gtk/gtkradiobutton.h, radiomenuitem.h: Corrected the group_changed
|
||||
signal vfunc declaration, adding the first parameter, which is the
|
||||
widget emitting the signal.
|
||||
|
||||
2004-03-03 Morten Welinder <terra@gnome.org>
|
||||
|
||||
* tests/testfilechooser.c (update_preview_cb): Plug leak.
|
||||
|
@ -60,7 +60,7 @@ struct _GtkRadioButtonClass
|
||||
GtkCheckButtonClass parent_class;
|
||||
|
||||
/* Signals */
|
||||
void (*group_changed) (void);
|
||||
void (*group_changed) (GtkRadioButton *radio_button);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved2) (void);
|
||||
|
@ -56,7 +56,7 @@ struct _GtkRadioMenuItemClass
|
||||
GtkCheckMenuItemClass parent_class;
|
||||
|
||||
/* Signals */
|
||||
void (*group_changed) (void);
|
||||
void (*group_changed) (GtkRadioMenuItem *radio_menu_item);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved2) (void);
|
||||
|
Loading…
Reference in New Issue
Block a user