[glib/gobject-performance: 4/12] Add flags member for GObjectClass
- From: Alexander Larsson <alexl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib/gobject-performance: 4/12] Add flags member for GObjectClass
- Date: Wed, 9 Sep 2009 15:20:10 +0000 (UTC)
commit f0dc2a6c22dc958918bc51f5f854574485d53b60
Author: Alexander Larsson <alexl redhat com>
Date: Wed Aug 19 17:17:41 2009 +0200
Add flags member for GObjectClass
https://bugzilla.gnome.org/show_bug.cgi?id=557100
gobject/gobject.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gobject.h b/gobject/gobject.h
index a75f03c..751e5f2 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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]