aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme.def
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-08-30 05:41:31 +0000
committerBen McGinnes <[email protected]>2018-08-30 05:41:31 +0000
commit1d00fb987b903e245d484bddfe3c0a0aba670ac1 (patch)
treeeb8ae3d269b59933b21537d7fc65199c672f7c4c /src/gpgme.def
parentjs: return base64 after encrypt with armor=false (diff)
downloadgpgme-1d00fb987b903e245d484bddfe3c0a0aba670ac1.tar.gz
gpgme-1d00fb987b903e245d484bddfe3c0a0aba670ac1.zip
python bindings: estreams fixben/estreams-fix
* lang/python/src/core.py: Adjusted new_from_estream function to alias new_from_stream instead of fd. * fixed the _gpgme import errors introduced in commit 08cd34afb762975b0273575035dacf69449ef241 by changing the exported functions/types to match the inner module where all the work is done, rather than the outer one(s). Tested-by: Ben McGinnes <[email protected]> Signed-off-by: Ben McGinnes <[email protected]>
Diffstat (limited to 'src/gpgme.def')
-rw-r--r--src/gpgme.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgme.def b/src/gpgme.def
index c6902208..f0f748e4 100644
--- a/src/gpgme.def
+++ b/src/gpgme.def
@@ -272,7 +272,7 @@ EXPORTS
gpgme_op_encrypt_sign_ext @202
gpgme_op_encrypt_sign_ext_start @203
- gpgme_data_new_from_estream @204
+ _gpgme_data_new_from_estream @204
; END