diff --git a/gtk/gtkstyleproperties.h b/gtk/gtkstyleproperties.h index 14746edf51..0e3f33a94a 100644 --- a/gtk/gtkstyleproperties.h +++ b/gtk/gtkstyleproperties.h @@ -44,12 +44,14 @@ typedef struct _GtkGradient GtkGradient; struct _GtkStyleProperties { + /*< private >*/ GObject parent_object; GtkStylePropertiesPrivate *priv; }; struct _GtkStylePropertiesClass { + /*< private >*/ GObjectClass parent_class; /* Padding for future expansion */