diff options
author | Murray Cumming <murrayc@murrayc.com> | 2004-03-03 15:06:49 +0000 |
---|---|---|
committer | Murray Cumming <murrayc@src.gnome.org> | 2004-03-03 15:06:49 +0000 |
commit | 1cbdd62ce3bd0e0ef13e477cccd8a9aa752dbfdf (patch) | |
tree | b58a3bbf5c8cc80bb418b9da89027ca2b0b798fb /gtk/gtkradiobutton.h | |
parent | eb7f75b72191e3701ac565e948b63b06a4b52eff (diff) | |
download | gdk-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.h | 2 |
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); |