diff options
author | Tim Janik <timj@src.gnome.org> | 1998-01-16 00:49:51 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-01-16 00:49:51 +0000 |
commit | dd77b5db5a14ff3707a65e1ae3326b9a013ac9b5 (patch) | |
tree | aa2c09fe62e8dbde0b16c33bceb7cc64ebad7c03 /gtk/gtkradiobutton.c | |
parent | 18681dc653519b6ac515e48752e7c70dba80c81c (diff) | |
download | gdk-pixbuf-dd77b5db5a14ff3707a65e1ae3326b9a013ac9b5.tar.gz |
main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r-- | gtk/gtkradiobutton.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c index 0c52836e9..1e9a36886 100644 --- a/gtk/gtkradiobutton.c +++ b/gtk/gtkradiobutton.c @@ -48,7 +48,8 @@ gtk_radio_button_get_type () sizeof (GtkRadioButtonClass), (GtkClassInitFunc) gtk_radio_button_class_init, (GtkObjectInitFunc) gtk_radio_button_init, - (GtkArgFunc) NULL, + (GtkArgSetFunc) NULL, + (GtkArgGetFunc) NULL, }; radio_button_type = gtk_type_unique (gtk_check_button_get_type (), &radio_button_info); |