summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1998-01-23 10:38:29 +0000
committerTim Janik <timj@src.gnome.org>1998-01-23 10:38:29 +0000
commit36b2a2ebcd7d64ea2dfcada93eac2a931d4d4b46 (patch)
tree8b28bd48ec78b63be118f562cefa609a1f638af8 /gtk/gtkobject.h
parent3779493d173ebd1e51016b68440d7bc9d9f51b7e (diff)
downloadgtk+-36b2a2ebcd7d64ea2dfcada93eac2a931d4d4b46.tar.gz
new element n_args in GtkObjectClass.
-timj
Diffstat (limited to 'gtk/gtkobject.h')
-rw-r--r--gtk/gtkobject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkobject.h b/gtk/gtkobject.h
index d2e6631707..a7ae98a2a3 100644
--- a/gtk/gtkobject.h
+++ b/gtk/gtkobject.h
@@ -154,6 +154,10 @@ struct _GtkObjectClass
* an example of how to do this).
*/
void (* destroy) (GtkObject *object);
+
+ /* The number of arguments per class.
+ */
+ guint n_args;
};