Seal GtkObject

svn path=/trunk/; revision=20613
This commit is contained in:
Tim Janik 2008-06-20 11:09:02 +00:00
parent 50cd12d394
commit 1a1e048b4a

View File

@ -32,6 +32,7 @@
#define __GTK_OBJECT_H__ #define __GTK_OBJECT_H__
#include <gdk/gdkconfig.h>
#include <gtk/gtkenums.h> #include <gtk/gtkenums.h>
#include <gtk/gtktypeutils.h> #include <gtk/gtktypeutils.h>
#include <gtk/gtkdebug.h> #include <gtk/gtkdebug.h>
@ -93,7 +94,7 @@ struct _GtkObject
* aligned on 4 or 8 byte boundaries. If a new bitfield were * aligned on 4 or 8 byte boundaries. If a new bitfield were
* used in GtkWidget much space would be wasted. * used in GtkWidget much space would be wasted.
*/ */
guint32 flags; guint32 GSEAL (flags);
}; };
struct _GtkObjectClass struct _GtkObjectClass