mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Add flags member for GObjectClass
https://bugzilla.gnome.org/show_bug.cgi?id=557100
This commit is contained in:
@@ -344,8 +344,10 @@ struct _GObjectClass
|
|||||||
void (*constructed) (GObject *object);
|
void (*constructed) (GObject *object);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
gsize flags;
|
||||||
|
|
||||||
/* padding */
|
/* padding */
|
||||||
gpointer pdummy[7];
|
gpointer pdummy[6];
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* GObjectConstructParam:
|
* GObjectConstructParam:
|
||||||
|
Reference in New Issue
Block a user