summaryrefslogtreecommitdiff
path: root/gir/DBus-1.0.gir
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-08-25 14:19:29 -0400
committerColin Walters <walters@verbum.org>2010-08-31 16:05:57 -0400
commit21cc43cc93abb304bd73448ab113255f5f5b05fb (patch)
treef93982e3eb0e823867954e407ee9c187679b74ee /gir/DBus-1.0.gir
parentb816bf21bfbf4dbfa35d4bc5987c2a3006478aea (diff)
downloadgobject-introspection-21cc43cc93abb304bd73448ab113255f5f5b05fb.tar.gz
scanner: Better handling of empty namespace prefix for X
Add namespacing prefixes to the static .gir files. Support the empty prefix, as is needed for xlib.
Diffstat (limited to 'gir/DBus-1.0.gir')
-rw-r--r--gir/DBus-1.0.gir4
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/DBus-1.0.gir b/gir/DBus-1.0.gir
index 5eab4ce1..4ce03091 100644
--- a/gir/DBus-1.0.gir
+++ b/gir/DBus-1.0.gir
@@ -2,7 +2,9 @@
<repository version="1.2"
xmlns="http://www.gtk.org/introspection/core/1.0"
xmlns:c="http://www.gtk.org/introspection/c/1.0"
- xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0"
+ c:identifier-prefixes="DBus"
+ c:symbol-prefixes="DBus">
<package name="dbus-1"/>
<namespace name="DBus"
version="1.0"