aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/helpers.h
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-07-28 12:51:20 +0000
committerJustus Winter <[email protected]>2016-07-28 13:26:43 +0000
commit1d2f22aae668ce136cacd254875e118dc1faa6a2 (patch)
treec59c689885069a2472a0c5a628e35124a8abfae9 /lang/python/helpers.h
parentpython: Support the Assuan engine. (diff)
downloadgpgme-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.h4
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);