forked from AuroraMiddleware/gtk
docs: fix docs for GtkStyleProperties
This commit is contained in:
parent
f49e077c27
commit
7b14899f4d
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user