aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/shibokenbuffer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-0/+52
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 <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>