diff options
author | Justus Winter <[email protected]> | 2016-06-08 15:56:33 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-06-16 12:19:17 +0000 |
commit | 616929b6edf00b4a774b727385d39b785a112b90 (patch) | |
tree | c39e618d99d3257888ac68d2fed08b70fab81435 /src/error.c | |
parent | python: Add properties to wrapped object. (diff) | |
download | gpgme-616929b6edf00b4a774b727385d39b785a112b90.tar.gz gpgme-616929b6edf00b4a774b727385d39b785a112b90.zip |
python: Wrap objects implementing the buffer protocol.
* lang/python/Makefile.am: Add the toplevel source directory to CFLAGS
when compiling the bindings so that we can use private header files.
* lang/python/gpgme.i (gpgme_data_t): Rework the object wrapping. Do
not create a Python wrapper object, merely a gpgme_data_t object, and
keep references to buffer objects, if any. If necessary, update the
buffer after the function call.
(pygpgme_wrap_gpgme_data_t): New function.
* lang/python/helpers.c (object_to_gpgme_data_t): Rework object
wrapping. Also wrap objects implementing the buffer protocol.
* lang/python/helpers.h (object_to_gpgme_data_t): Update prototype.
(pygpgme_wrap_gpgme_data_t): New prototype.
* lang/python/tests/t-idiomatic.py: Demonstrate this.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'src/error.c')
0 files changed, 0 insertions, 0 deletions