summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-12 17:00:18 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-12 17:00:18 (GMT)
commitedcd7a2e2919ea880f8aaf649cf7ed8f1eabac1a (patch)
tree22ff6b77802aa9ebb9af3243313fb806071cc44e /plugins/pychrysalide/helpers.h
parent5c656e5bd946498400f44d696e81175437a7e9eb (diff)
Added Python module functions in the features namespace.
Diffstat (limited to 'plugins/pychrysalide/helpers.h')
-rw-r--r--plugins/pychrysalide/helpers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/pychrysalide/helpers.h b/plugins/pychrysalide/helpers.h
index d8d75af..486ebdc 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -64,6 +64,9 @@ bool PyDict_AddStringConstant(PyTypeObject *, const char *, const char *);
/* Met en place un nouveau module Python. */
PyObject *build_python_module(PyObject *, PyModuleDef *);
+/* Met en place une série de méthodes pour un module Python. */
+bool register_python_module_methods(PyObject *, PyMethodDef *);
+
/* --------------------------- CONFORTS CIBLANT PYGOBJECT --------------------------- */