aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_x11.xml
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2010-01-26 22:17:04 -0200
committerHugo Lima <hugo.lima@openbossa.org>2010-01-27 16:57:15 -0200
commitd35fd7fa2c689af2467b98cb45e0fa42efbd59b1 (patch)
tree329341a360f1aaf9b18517134ae2e64c93879682 /PySide/QtGui/typesystem_gui_x11.xml
parent478a440f26eefdd04afdc69daa93e89b1bdcdfdf (diff)
Initial QtGui bindings.
Diffstat (limited to 'PySide/QtGui/typesystem_gui_x11.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_x11.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/PySide/QtGui/typesystem_gui_x11.xml b/PySide/QtGui/typesystem_gui_x11.xml
new file mode 100644
index 000000000..07c9e5e30
--- /dev/null
+++ b/PySide/QtGui/typesystem_gui_x11.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<typesystem package="PySide.QtGui">
+
+ <rejection class="" function-name="qt_x11_getX11InfoForWindow"/>
+ <rejection class="QX11Info" field-name="x11data"/>
+ <value-type name="QX11Info">
+ <modify-function signature="visual()const" remove="all"/>
+ <modify-function signature="appVisual(int)" remove="all"/>
+ </value-type>
+
+ <load-typesystem name="typesystem_gui_common.xml" generate="yes"/>
+</typesystem>