]> Pileus Git - ~andy/gtk/commitdiff
Corrected the group_changed signal vfunc declaration, adding the first
authorMurray Cumming <murrayc@murrayc.com>
Wed, 3 Mar 2004 15:06:49 +0000 (15:06 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Wed, 3 Mar 2004 15:06:49 +0000 (15:06 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkradiobutton.h
gtk/gtkradiomenuitem.h

index 8062530447af4af4665913f58fe71cc69f2c9640..a392411919247269e2bdf62f9ef4d53d3efdad1e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 8062530447af4af4665913f58fe71cc69f2c9640..a392411919247269e2bdf62f9ef4d53d3efdad1e 100644 (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>
 
        * tests/testfilechooser.c (update_preview_cb): Plug leak.
index 8062530447af4af4665913f58fe71cc69f2c9640..a392411919247269e2bdf62f9ef4d53d3efdad1e 100644 (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>
 
        * tests/testfilechooser.c (update_preview_cb): Plug leak.
index 8062530447af4af4665913f58fe71cc69f2c9640..a392411919247269e2bdf62f9ef4d53d3efdad1e 100644 (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>
 
        * tests/testfilechooser.c (update_preview_cb): Plug leak.
index 8062530447af4af4665913f58fe71cc69f2c9640..a392411919247269e2bdf62f9ef4d53d3efdad1e 100644 (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>
 
        * tests/testfilechooser.c (update_preview_cb): Plug leak.
index 0455686db15b94095aabdf89907faab3bc29dbc6..c5264c58a35eab767f35ca19d73a6775e5b27ceb 100644 (file)
@@ -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);
index d4a112bac2ae68a2c3ff6218f1b5ffbce9840653..2adb5636d00cf46cefe3691c65a3f25dfb943046 100644 (file)
@@ -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);