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/gtkhseparator.c | |
parent | 18681dc653519b6ac515e48752e7c70dba80c81c (diff) | |
download | gtk+-dd77b5db5a14ff3707a65e1ae3326b9a013ac9b5.tar.gz |
main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
Diffstat (limited to 'gtk/gtkhseparator.c')
-rw-r--r-- | gtk/gtkhseparator.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhseparator.c b/gtk/gtkhseparator.c index 5f3a38c209..d0de76e47e 100644 --- a/gtk/gtkhseparator.c +++ b/gtk/gtkhseparator.c @@ -38,7 +38,8 @@ gtk_hseparator_get_type () sizeof (GtkHSeparatorClass), (GtkClassInitFunc) gtk_hseparator_class_init, (GtkObjectInitFunc) gtk_hseparator_init, - (GtkArgFunc) NULL, + (GtkArgSetFunc) NULL, + (GtkArgGetFunc) NULL, }; hseparator_type = gtk_type_unique (gtk_separator_get_type (), &hseparator_info); |