mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +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);
|
void (*constructed) (GObject *object);
|
||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
|
gsize flags;
|
||||||
|
|
||||||
/* padding */
|
/* padding */
|
||||||
gpointer pdummy[7];
|
gpointer pdummy[6];
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* GObjectConstructParam:
|
* GObjectConstructParam:
|
||||||
|
Loading…
Reference in New Issue
Block a user