aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtGui/typesystem_gui_common.xml
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-12-09 11:21:38 -0200
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:56:17 -0300
commit93bb5d777e6db0ba8d2b216832bf4211476c581e (patch)
tree24bc0e6fd68b48e5f4bdd609474def71313a7699 /PySide/QtGui/typesystem_gui_common.xml
parente3814f27dd3975b5be5a2f328353fe7d144ce23b (diff)
Fix bug 1083 - "winId returns a PyCObject making it impossible to compare two winIds"
Diffstat (limited to 'PySide/QtGui/typesystem_gui_common.xml')
-rw-r--r--PySide/QtGui/typesystem_gui_common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml
index 755f4a971..e4a6f440f 100644
--- a/PySide/QtGui/typesystem_gui_common.xml
+++ b/PySide/QtGui/typesystem_gui_common.xml
@@ -4245,7 +4245,7 @@
If a widget is non-native (alien) and winId() is invoked on it, that widget will be provided a native handle.
- On X11 the type returned is long, on other platforms it's a PyCObject.
+ On X11 the type returned is long, on other platforms it's void pointer casted to a Python long long.
This value may change at run-time. An event with type PySide.QtCore.QEvent.WinIdChange will be sent to the widget following a change in window system identifier.
</inject-documentation>