Add a basic gir for xrandr
authorJohan Bilien <jobi@litl.com>
Fri, 30 Apr 2010 22:07:46 +0000 (18:07 -0400)
committerJohan Bilien <jobi@litl.com>
Tue, 18 May 2010 20:11:59 +0000 (16:11 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=617334

gir/Makefile.am
gir/xrandr-1.3.gir [new file with mode: 0644]

index f1ec020e858df74feb29a2acb4b988869f2b7aa9..3f434214c558686f6e4ddff802848559f7d526eb 100644 (file)
@@ -14,7 +14,8 @@ BASE_GIRSOURCES =               \
         libxml2-2.0.gir         \
         xft-2.0.gir             \
         xlib-2.0.gir            \
-        xfixes-4.0.gir
+        xfixes-4.0.gir          \
+        xrandr-1.3.gir
 EXTRA_DIST += $(BASE_GIRSOURCES)
 
 INTROSPECTION_GIRS =
diff --git a/gir/xrandr-1.3.gir b/gir/xrandr-1.3.gir
new file mode 100644 (file)
index 0000000..05b2236
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<repository version="1.0"
+            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">
+    <record name="ScreenSize" c:type="XRRScreenSize"/>
+    <record name="ScreenChangeNotifyEvent" c:type="XRRScreenChangeNotifyEvent"/>
+    <record name="NotifyEvent" c:type="XRRNotifyEvent"/>
+    <record name="ScreenResources" c:type="XRRScreenResources"/>
+    <record name="OutputChangeNotifyEvent" c:type="XRROutputChangeNotifyEvent"/>
+    <record name="CrtcChangeNotifyEvent" c:type="XRRCrtcChangeNotifyEvent"/>
+    <record name="OutputPropertyNotifyEvent" c:type="XRROutputPropertyNotifyEvent"/>
+  </namespace>
+</repository>