aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_mac.xml
diff options
context:
space:
mode:
Diffstat (limited to 'PySide/QtGui/typesystem_gui_mac.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_mac.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/PySide/QtGui/typesystem_gui_mac.xml b/PySide/QtGui/typesystem_gui_mac.xml
index a505126c7..b27df0fce 100644
--- a/PySide/QtGui/typesystem_gui_mac.xml
+++ b/PySide/QtGui/typesystem_gui_mac.xml
@@ -1,12 +1,13 @@
<?xml version="1.0"?>
<typesystem package="PySide.QtGui">
-
<rejection class="*" function-name="qt_mac_set_cursor"/>
<rejection class="*" function-name="macMenu"/>
- <!-- qApp macro register -->
- <inject-code class="target" file="glue/qtgui_boost.cpp" position="end"/>
- <inject-code class="native" file="glue/qtgui_glue.cpp" position="beginning"/>
+ <primitive-type name="Qt::HANDLE" target-lang-api-name="PyObject"/>
+
+ <load-typesystem name="typesystem_gui_common.xml" generate="yes"/>
- <load-typesystem name="typesystem_gui.xml" generate="yes"/>
+ <suppress-warning text="enum 'QPixmap::ShareMode' does not have a type entry or is not an enum" />
+ <suppress-warning text="enum 'QSysInfo::Endian' is specified in typesystem, but not declared" />
+ <suppress-warning text="type 'QGtkStyle' is specified in typesystem, but not defined. This could potentially lead to compilation errors." />
</typesystem>