diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 10:45:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 13:33:45 -0500 |
commit | 7b14899f4dbdf178f25dff100911e60d273abca4 (patch) | |
tree | ee6924211fadfe47b94eba450bd8351703616f92 /gtk/gtkstyleproperties.h | |
parent | f49e077c27d7065e63e92f4cf1a2c9eecd6b0b27 (diff) | |
download | gtk+-7b14899f4dbdf178f25dff100911e60d273abca4.tar.gz |
docs: fix docs for GtkStyleProperties
Diffstat (limited to 'gtk/gtkstyleproperties.h')
-rw-r--r-- | gtk/gtkstyleproperties.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |