summaryrefslogtreecommitdiff
path: root/gir/xft-2.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/xft-2.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/xft-2.0.gir')
-rw-r--r--gir/xft-2.0.gir5
1 files changed, 4 insertions, 1 deletions
diff --git a/gir/xft-2.0.gir b/gir/xft-2.0.gir
index 1117847d..83e1e847 100644
--- a/gir/xft-2.0.gir
+++ b/gir/xft-2.0.gir
@@ -2,7 +2,10 @@
<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="xft" version="2.0">
+ <include name="xlib" version="2.0"/>
+ <namespace name="xft" version="2.0"
+ c:identifier-prefixes="Xft"
+ c:symbol-prefixes="Xft">
<record name="Color" c:type="XftColor"/>
<record name="Draw" c:type="XftDraw"/>
<record name="Font" c:type="XftFont"/>