mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +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);
|
||||
|
||||
/*< private >*/
|
||||
gsize flags;
|
||||
|
||||
/* padding */
|
||||
gpointer pdummy[7];
|
||||
gpointer pdummy[6];
|
||||
};
|
||||
/**
|
||||
* GObjectConstructParam:
|
||||
|
Reference in New Issue
Block a user