summaryrefslogtreecommitdiff
path: root/gobject/gobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gobject.h')
-rw-r--r--gobject/gobject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gobject/gobject.h b/gobject/gobject.h
index 6690793c9..733ce0afa 100644
--- a/gobject/gobject.h
+++ b/gobject/gobject.h
@@ -75,7 +75,8 @@ struct _GObjectClass
/*< private >*/
GSList *construct_properties;
- /* public overridable methods */
+ /*< public >*/
+ /* overridable methods */
GObject* (*constructor) (GType type,
guint n_construct_properties,
GObjectConstructParam *construct_properties);
@@ -98,6 +99,7 @@ struct _GObjectClass
/* signals */
void (*notify) (GObject *object,
GParamSpec *pspec);
+ /*< private >*/
/* padding */
gpointer pdummy[8];
};