forked from AuroraMiddleware/gtk
Seal GtkObject
svn path=/trunk/; revision=20613
This commit is contained in:
parent
50cd12d394
commit
1a1e048b4a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user