From 1d2f22aae668ce136cacd254875e118dc1faa6a2 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 28 Jul 2016 14:51:20 +0200 Subject: 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 --- lang/python/helpers.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lang/python/helpers.h') 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); -- cgit v1.2.3