diff options
author | Justus Winter <[email protected]> | 2016-07-28 12:51:20 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-28 13:26:43 +0000 |
commit | 1d2f22aae668ce136cacd254875e118dc1faa6a2 (patch) | |
tree | c59c689885069a2472a0c5a628e35124a8abfae9 /lang/python/helpers.h | |
parent | python: Support the Assuan engine. (diff) | |
download | gpgme-1d2f22aae668ce136cacd254875e118dc1faa6a2.tar.gz gpgme-1d2f22aae668ce136cacd254875e118dc1faa6a2.zip |
python: Rename private functions.
Avoid the name pygpgme, as this is the name of another popular Python
binding for GPGME.
This commit renames all functions that are not exported to the Python
world.
* lang/python/gpgme.i: Rename all private functions.
* lang/python/helpers.c: Likewise.
* lang/python/helpers.h: Likewise.
* lang/python/private.h: Likewise. Also move the SWIG runtime helper
prototypes here.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/helpers.h')
-rw-r--r-- | lang/python/helpers.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/python/helpers.h b/lang/python/helpers.h index 4bfb6646..f41d327c 100644 --- a/lang/python/helpers.h +++ b/lang/python/helpers.h @@ -34,7 +34,3 @@ PyObject *pygpgme_set_status_cb(PyObject *self, PyObject *cb); PyObject *pygpgme_data_new_from_cbs(PyObject *self, PyObject *pycbs, gpgme_data_t *r_data); - -/* SWIG support for helpers.c */ -PyObject *pygpgme_wrap_gpgme_data_t(gpgme_data_t data); -gpgme_ctx_t pygpgme_unwrap_gpgme_ctx_t(PyObject *wrapped); |