diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-01 21:34:44 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-01 21:34:44 -0300 |
commit | c96ed7c9e9d21719e4dac258cbcdc9399cccff42 (patch) | |
tree | 7b9697581201ea62c38572a13fa42bea8879bc45 /gir | |
parent | 333d1a7eb670d92d460f198e21451e30fd68575b (diff) | |
download | gobject-introspection-c96ed7c9e9d21719e4dac258cbcdc9399cccff42.tar.gz |
[scanner] Remove support for xpath assertions
It has been broken for a while and nobody uses it.
Diffstat (limited to 'gir')
-rw-r--r-- | gir/GLib-2.0.xpath | 3 | ||||
-rw-r--r-- | gir/GObject-2.0.xpath | 3 | ||||
-rw-r--r-- | gir/Makefile.am | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/gir/GLib-2.0.xpath b/gir/GLib-2.0.xpath deleted file mode 100644 index 0d262716..00000000 --- a/gir/GLib-2.0.xpath +++ /dev/null @@ -1,3 +0,0 @@ -/namespace/alias[@name='Quark'] -/namespace/record[@name='PtrArray'] -/namespace/callback[@name='ThreadFunc']/return-value/type[@name='any'] diff --git a/gir/GObject-2.0.xpath b/gir/GObject-2.0.xpath deleted file mode 100644 index 3a975431..00000000 --- a/gir/GObject-2.0.xpath +++ /dev/null @@ -1,3 +0,0 @@ -/namespace/class[@name='Object']/field[@name='g_type_instance'] -/namespace/class[@name='Object']/field[@name='ref_count'] -/namespace/class[@name='Object']/field[@name='qdata'] diff --git a/gir/Makefile.am b/gir/Makefile.am index f08af00d..8f570879 100644 --- a/gir/Makefile.am +++ b/gir/Makefile.am @@ -41,14 +41,12 @@ GLib_2_0_gir_CFLAGS = \ -DGETTEXT_PACKAGE=Dummy \ -DGLIB_COMPILATION \ -D__G_I18N_LIB_H__ -GLib_2_0_gir_ASSERTIONS = GLib-2.0.xpath GLib_2_0_gir_FILES = \ $(GLIB_LIBDIR)/glib-2.0/include/glibconfig.h \ $(GLIB_INCLUDEDIR)/glib/*.h \ glib-2.0.c INTROSPECTION_GIRS += GLib-2.0.gir -EXTRA_DIST += glib-2.0.c GLib-2.0.xpath DBusGLib-1.0.typelib: GObject-2.0.gir @@ -72,11 +70,9 @@ GObject_2_0_gir_CFLAGS = \ -DGOBJECT_COMPILATION \ -I$(GOBJECT_INCLUDEDIR) \ -I$(GOBJECT_LIBDIR)/glib-2.0/include -GObject_2_0_gir_ASSERTIONS = GObject-2.0.xpath GObject_2_0_gir_FILES = $(GLIB_INCLUDEDIR)/gobject/*.h gobject-2.0.c INTROSPECTION_GIRS += GObject-2.0.gir -EXTRA_DIST += gobject-2.0.c GObject-2.0.xpath # gmodule GMODULE_INCLUDEDIR=$(shell pkg-config --variable=includedir gmodule-2.0)/glib-2.0 |