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:
Murray Cumming 2004-03-03 15:06:49 +00:00 committed by Murray Cumming
parent eb7f75b721
commit 1cbdd62ce3
7 changed files with 32 additions and 2 deletions

View File

@ -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> 2004-03-03 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (update_preview_cb): Plug leak. * tests/testfilechooser.c (update_preview_cb): Plug leak.

View File

@ -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> 2004-03-03 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (update_preview_cb): Plug leak. * tests/testfilechooser.c (update_preview_cb): Plug leak.

View File

@ -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> 2004-03-03 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (update_preview_cb): Plug leak. * tests/testfilechooser.c (update_preview_cb): Plug leak.

View File

@ -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> 2004-03-03 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (update_preview_cb): Plug leak. * tests/testfilechooser.c (update_preview_cb): Plug leak.

View File

@ -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> 2004-03-03 Morten Welinder <terra@gnome.org>
* tests/testfilechooser.c (update_preview_cb): Plug leak. * tests/testfilechooser.c (update_preview_cb): Plug leak.

View File

@ -60,7 +60,7 @@ struct _GtkRadioButtonClass
GtkCheckButtonClass parent_class; GtkCheckButtonClass parent_class;
/* Signals */ /* Signals */
void (*group_changed) (void); void (*group_changed) (GtkRadioButton *radio_button);
/* Padding for future expansion */ /* Padding for future expansion */
void (*_gtk_reserved2) (void); void (*_gtk_reserved2) (void);

View File

@ -56,7 +56,7 @@ struct _GtkRadioMenuItemClass
GtkCheckMenuItemClass parent_class; GtkCheckMenuItemClass parent_class;
/* Signals */ /* Signals */
void (*group_changed) (void); void (*group_changed) (GtkRadioMenuItem *radio_menu_item);
/* Padding for future expansion */ /* Padding for future expansion */
void (*_gtk_reserved2) (void); void (*_gtk_reserved2) (void);