summaryrefslogtreecommitdiff
path: root/gtk/gtktext.c
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-01-16 00:49:51 +0000
committerTim Janik <timj@src.gnome.org>1998-01-16 00:49:51 +0000
commitdd77b5db5a14ff3707a65e1ae3326b9a013ac9b5 (patch)
treeaa2c09fe62e8dbde0b16c33bceb7cc64ebad7c03 /gtk/gtktext.c
parent18681dc653519b6ac515e48752e7c70dba80c81c (diff)
downloadgtk+-dd77b5db5a14ff3707a65e1ae3326b9a013ac9b5.tar.gz
main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
Diffstat (limited to 'gtk/gtktext.c')
-rw-r--r--gtk/gtktext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktext.c b/gtk/gtktext.c
index fdd133eb59..44ac63ba63 100644
--- a/gtk/gtktext.c
+++ b/gtk/gtktext.c
@@ -325,7 +325,8 @@ gtk_text_get_type ()
sizeof (GtkTextClass),
(GtkClassInitFunc) gtk_text_class_init,
(GtkObjectInitFunc) gtk_text_init,
- (GtkArgFunc) NULL,
+ (GtkArgSetFunc) NULL,
+ (GtkArgGetFunc) NULL,
};
text_type = gtk_type_unique (gtk_widget_get_type (), &text_info);