docs: fix docs for GtkStyleProperties

This commit is contained in:
William Jon McCann 2014-01-21 10:45:43 -05:00
parent f49e077c27
commit 7b14899f4d

View File

@ -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 */