summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.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/gtkradiobutton.h
parenteb7f75b72191e3701ac565e948b63b06a4b52eff (diff)
downloadgdk-pixbuf-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/gtkradiobutton.h')
-rw-r--r--gtk/gtkradiobutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index 0455686db..c5264c58a 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -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);