summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
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 e2ebfbc..8c7db0b 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -154,6 +154,9 @@ bool register_interface_for_pygobject(PyObject *, GType, PyTypeObject *);
/* Enregistre un type Python dérivant d'un type GLib dynamique. */
bool register_class_for_dynamic_pygobject(GType, PyTypeObject *, PyTypeObject *);
+/* Fait suivre à la partie GObject une initialisation nouvelle. */
+int forward_pygobjet_init(PyObject *);
+
/* ----------------------- TRANSFERT DES VALEURS CONSTANTES ------------------------- */