summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkobject.h')
-rw-r--r--gtk/gtkobject.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h
index f258e2f3b..16bcafa87 100644
--- a/gtk/gtkobject.h
+++ b/gtk/gtkobject.h
@@ -186,7 +186,8 @@ void gtk_object_setv (GtkObject *obj,
GtkArg *args);
void gtk_object_add_arg_type (const char *arg_name,
- GtkType arg_type);
+ GtkType arg_type,
+ guint arg_id);
GtkType gtk_object_get_arg_type (const char *arg_name);