summaryrefslogtreecommitdiff
path: root/gtk/gtkstyleproperties.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 10:45:43 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 13:33:45 -0500
commit7b14899f4dbdf178f25dff100911e60d273abca4 (patch)
treeee6924211fadfe47b94eba450bd8351703616f92 /gtk/gtkstyleproperties.h
parentf49e077c27d7065e63e92f4cf1a2c9eecd6b0b27 (diff)
downloadgtk+-7b14899f4dbdf178f25dff100911e60d273abca4.tar.gz
docs: fix docs for GtkStyleProperties
Diffstat (limited to 'gtk/gtkstyleproperties.h')
-rw-r--r--gtk/gtkstyleproperties.h2
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 */