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/xfixes-4.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/xfixes-4.0.gir')
-rw-r--r-- | gir/xfixes-4.0.gir | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/xfixes-4.0.gir b/gir/xfixes-4.0.gir index 7a0fa18e..2ffe968a 100644 --- a/gir/xfixes-4.0.gir +++ b/gir/xfixes-4.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"> - <namespace name="xfixes" version="4.0"> + <namespace name="xfixes" version="4.0" + c:identifier-prefixes="X" + c:symbol-prefixes="X"> <record name="XserverRegion" c:type="XserverRegion"/> </namespace> </repository> |