diff options
author | Colin Walters <walters@verbum.org> | 2010-08-25 14:19:29 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-08-31 16:05:57 -0400 |
commit | 21cc43cc93abb304bd73448ab113255f5f5b05fb (patch) | |
tree | f93982e3eb0e823867954e407ee9c187679b74ee /gir/DBus-1.0.gir | |
parent | b816bf21bfbf4dbfa35d4bc5987c2a3006478aea (diff) | |
download | gobject-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.gir | 4 |
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" |