From ba062e1b89ddee4bb1a4ed28225b2da98d1004b5 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 16 Sep 2011 19:52:40 -0300 Subject: Updated various function removals and modifications. --- PySide/QtCore/typesystem_core.xml | 3 +-- PySide/QtGui/typesystem_gui_common.xml | 45 ++++++++++++++++++++++++++++++++-- PySide/typesystem_templates.xml | 7 ++++++ 3 files changed, 51 insertions(+), 4 deletions(-) (limited to 'PySide') diff --git a/PySide/QtCore/typesystem_core.xml b/PySide/QtCore/typesystem_core.xml index 7ba6ea4a8..f1af0a58b 100644 --- a/PySide/QtCore/typesystem_core.xml +++ b/PySide/QtCore/typesystem_core.xml @@ -2806,7 +2806,6 @@ - @@ -3549,7 +3548,7 @@ - + diff --git a/PySide/QtGui/typesystem_gui_common.xml b/PySide/QtGui/typesystem_gui_common.xml index a8746ee54..baf4110a2 100644 --- a/PySide/QtGui/typesystem_gui_common.xml +++ b/PySide/QtGui/typesystem_gui_common.xml @@ -688,7 +688,7 @@ - + // %FUNCTION_NAME() @@ -711,7 +711,7 @@ - + @@ -1068,11 +1068,17 @@ %PYARG_0 = Shiboken::Buffer::newObject(%CPPSELF.%FUNCTION_NAME(%1), %CPPSELF.bytesPerLine()); + + + %PYARG_0 = Shiboken::Buffer::newObject(%CPPSELF.%FUNCTION_NAME(%1), %CPPSELF.bytesPerLine(), Shiboken::Buffer::ReadWrite); + + + diff --git a/PySide/typesystem_templates.xml b/PySide/typesystem_templates.xml index c985fb24a..afad4bcb5 100644 --- a/PySide/typesystem_templates.xml +++ b/PySide/typesystem_templates.xml @@ -72,6 +72,13 @@ %END_ALLOW_THREADS %PYARG_0 = Shiboken::makeTuple(retval_, ok_); +