summaryrefslogtreecommitdiff
path: root/gtk/gtkradiomenuitem.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2004-03-03 15:06:49 +0000
committerMurray Cumming <murrayc@src.gnome.org>2004-03-03 15:06:49 +0000
commit1cbdd62ce3bd0e0ef13e477cccd8a9aa752dbfdf (patch)
treeb58a3bbf5c8cc80bb418b9da89027ca2b0b798fb /gtk/gtkradiomenuitem.h
parenteb7f75b72191e3701ac565e948b63b06a4b52eff (diff)
downloadgtk+-1cbdd62ce3bd0e0ef13e477cccd8a9aa752dbfdf.tar.gz
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.
Diffstat (limited to 'gtk/gtkradiomenuitem.h')
-rw-r--r--gtk/gtkradiomenuitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiomenuitem.h b/gtk/gtkradiomenuitem.h
index d4a112bac2..2adb5636d0 100644
--- a/gtk/gtkradiomenuitem.h
+++ b/gtk/gtkradiomenuitem.h
@@ -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);