Add flags member for GObjectClass
authorAlexander Larsson <alexl@redhat.com>
Wed, 19 Aug 2009 15:17:41 +0000 (17:17 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 2 Oct 2009 19:02:48 +0000 (21:02 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=557100

gobject/gobject.h

index a75f03c..751e5f2 100644 (file)
@@ -344,8 +344,10 @@ struct  _GObjectClass
   void      (*constructed)             (GObject        *object);
 
   /*< private >*/
+  gsize                flags;
+
   /* padding */
-  gpointer     pdummy[7];
+  gpointer     pdummy[6];
 };
 /**
  * GObjectConstructParam: