mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add flags member for GObjectClass
https://bugzilla.gnome.org/show_bug.cgi?id=557100
This commit is contained in:
parent
af017accc5
commit
301d52d858
@ -344,8 +344,10 @@ struct _GObjectClass
|
||||
void (*constructed) (GObject *object);
|
||||
|
||||
/*< private >*/
|
||||
gsize flags;
|
||||
|
||||
/* padding */
|
||||
gpointer pdummy[7];
|
||||
gpointer pdummy[6];
|
||||
};
|
||||
/**
|
||||
* GObjectConstructParam:
|
||||
|
Loading…
Reference in New Issue
Block a user