From 301d52d858b8e7d4b804b893dc2f740aaa0d5aa5 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 19 Aug 2009 17:17:41 +0200 Subject: [PATCH] Add flags member for GObjectClass https://bugzilla.gnome.org/show_bug.cgi?id=557100 --- gobject/gobject.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gobject/gobject.h b/gobject/gobject.h index a75f03cb2..751e5f2f8 100644 --- a/gobject/gobject.h +++ b/gobject/gobject.h @@ -344,8 +344,10 @@ struct _GObjectClass void (*constructed) (GObject *object); /*< private >*/ + gsize flags; + /* padding */ - gpointer pdummy[7]; + gpointer pdummy[6]; }; /** * GObjectConstructParam: