projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af017ac
)
Add flags member for GObjectClass
author
Alexander Larsson
<alexl@redhat.com>
Wed, 19 Aug 2009 15:17:41 +0000
(17:17 +0200)
committer
Alexander 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
patch
|
blob
|
history
diff --git
a/gobject/gobject.h
b/gobject/gobject.h
index a75f03cb2b3e2b5017caf530ce2c266020554400..751e5f2f834c4b8be17cb2151e6588e82b3e8a2e 100644
(file)
--- 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: