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/xrandr-1.3.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/xrandr-1.3.gir')
-rw-r--r-- | gir/xrandr-1.3.gir | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gir/xrandr-1.3.gir b/gir/xrandr-1.3.gir index d8844da1..2e62e98e 100644 --- a/gir/xrandr-1.3.gir +++ b/gir/xrandr-1.3.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="xrandr" version="1.3"> + <namespace name="xrandr" version="1.3" + c:identifier-prefixes="XRR" + c:symbol-prefixes="XRR"> <record name="ScreenSize" c:type="XRRScreenSize"/> <record name="ScreenChangeNotifyEvent" c:type="XRRScreenChangeNotifyEvent"/> <record name="NotifyEvent" c:type="XRRNotifyEvent"/> |