summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-08-15 08:01:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-08-15 08:01:39 (GMT)
commit340cbdbc4abedd060f3eb6745cd44e33ed19b93c (patch)
tree336778491b1131a6384669d290837c2a46442b60 /plugins/pychrysalide/helpers.h
parent60b70b8701c822eddc65269773621690932a57bd (diff)
Introduced binary symbol subclassing from Python.
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 ------------------------- */