summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-16 09:16:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-16 09:16:53 (GMT)
commitfb315963527f6412273829f09513325e446eb6c9 (patch)
tree361f19767812a8f758545e8daa2973fe0b3c9de7 /plugins/pychrysalide/helpers.h
parent36945bffa2ca648b58c99905ebf9b1b536a9188a (diff)
Reorganized the Python plugin code.
Diffstat (limited to 'plugins/pychrysalide/helpers.h')
-rw-r--r--plugins/pychrysalide/helpers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/pychrysalide/helpers.h b/plugins/pychrysalide/helpers.h
index e025cf7..d8d75af 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -58,6 +58,14 @@ bool PyDict_AddStringConstant(PyTypeObject *, const char *, const char *);
+/* ---------------------------- MISE EN PLACE DE MODULES ---------------------------- */
+
+
+/* Met en place un nouveau module Python. */
+PyObject *build_python_module(PyObject *, PyModuleDef *);
+
+
+
/* --------------------------- CONFORTS CIBLANT PYGOBJECT --------------------------- */