summaryrefslogtreecommitdiff
path: root/gir/GObject-2.0.xpath
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2009-02-02 16:31:06 +0000
committerColin Walters <walters@src.gnome.org>2009-02-02 16:31:06 +0000
commite165360bf91fbd34507e84cffc9283b8b171401b (patch)
tree765f0e4db4fc104f724b61aba721cfdee5030f5d /gir/GObject-2.0.xpath
parent34c6fe51cd8d669d95aef52bda9abbc38257bca9 (diff)
downloadgobject-introspection-e165360bf91fbd34507e84cffc9283b8b171401b.tar.gz
Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)
The scanner misses all fields of the GObject struct -- there are no <field> children of the <class> element for GObject in the GIR. This of course yields wrong field offsets for all derived objects. svn path=/trunk/; revision=1079
Diffstat (limited to 'gir/GObject-2.0.xpath')
-rw-r--r--gir/GObject-2.0.xpath3
1 files changed, 3 insertions, 0 deletions
diff --git a/gir/GObject-2.0.xpath b/gir/GObject-2.0.xpath
new file mode 100644
index 00000000..3a975431
--- /dev/null
+++ b/gir/GObject-2.0.xpath
@@ -0,0 +1,3 @@
+/namespace/class[@name='Object']/field[@name='g_type_instance']
+/namespace/class[@name='Object']/field[@name='ref_count']
+/namespace/class[@name='Object']/field[@name='qdata']