From 0e6d4cc1d151724f56c6ccf8c431077e2c778b26 Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Wed, 25 May 2011 16:23:22 -0300 Subject: Added Shiboken buffer interface. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This interface is just a wrapper to the differents API's provided by Python to deal with memory buffers in various versions of Python, so is recommended to use this API to deal with Python memory buffers instead of the CPython API. If you want to have a Python buffer as argument of any function just change the argument type to "PyBuffer" and the generator will handle it right regarding to type checking. Reviewer: Renato Araújo Luciano Wolf --- tests/samplebinding/typesystem_sample.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'tests/samplebinding') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 338719372..87ee5512f 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -1231,20 +1231,12 @@ - + -- cgit v1.2.3