diff options
author | Guillaume LE VAILLANT <[email protected]> | 2018-10-12 06:49:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-10-12 07:02:18 +0000 |
commit | 85d7af8ff2f6afd63701079e23f31be08d58a15d (patch) | |
tree | 2fa6b355a81a61d010b79e297ea644c470acb381 /lang/python/examples/howto/add-userid.py | |
parent | Register DCO for Guillaume LE VAILLANT (diff) | |
download | gpgme-85d7af8ff2f6afd63701079e23f31be08d58a15d.tar.gz gpgme-85d7af8ff2f6afd63701079e23f31be08d58a15d.zip |
cl: Several fixes
--
* Use wrapper types calling translation functions instead of
TRANSLATE-{FROM,TO}-FOREIGN methods as they seem not to be
called in some cases.
* Use the (:STRUCT SOME-C-STRUCT) notation instead of the
deprecated direct reference to SOME-C-STRUCT.
* Add missing values in enums and bit fields.
* Use cffi-grovel to define system types (SIZE-T, OFF-T, etc).
* Wrap GPGME-DATA-T in a class (like contexts).
* Use the FINALIZE function from trivial-garbage to free the
C objects for contexts, keys and data automatically.
* Make DATA-READ-CB and DATA-WRITE-CB run faster.
* Update the README file.
Signed-off-by: Guillaume LE VAILLANT <[email protected]>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions