aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/shibokenbuffer.h
Commit message (Collapse)AuthorAgeFilesLines
* Added new line to end of shibokenbuffer.h.Hugo Parente Lima2012-03-081-1/+1
|
* Added sbkpython.h to deal with conflicts and missing symbols between ↵Hugo Parente Lima2012-03-081-1/+1
| | | | Python2 and 3.
* Added Shiboken buffer interface.Hugo Parente Lima2012-03-081-0/+68
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>