From 1d00fb987b903e245d484bddfe3c0a0aba670ac1 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Thu, 30 Aug 2018 15:41:31 +1000 Subject: python bindings: 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 Signed-off-by: Ben McGinnes --- src/libgpgme.vers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libgpgme.vers') diff --git a/src/libgpgme.vers b/src/libgpgme.vers index 7531f544..8faed5e7 100644 --- a/src/libgpgme.vers +++ b/src/libgpgme.vers @@ -134,7 +134,7 @@ GPGME_1.1 { gpgme_op_decrypt_ext; gpgme_op_decrypt_ext_start; - gpgme_data_new_from_estream; + _gpgme_data_new_from_estream; }; -- cgit v1.2.3