diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-02 09:11:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-02 09:11:31 (GMT) |
commit | e123e6ec3a15ead9352e97104ec13b252e6724c4 (patch) | |
tree | aecf5d60c38ee2b40aa404acb71ed09925bec94f /plugins/pychrysalide/bindings.h | |
parent | 1569c4bb1cd25bed29b887c5c8180e7caffc586b (diff) |
Restore support for GTK extra widgets Python bindings.
Diffstat (limited to 'plugins/pychrysalide/bindings.h')
-rw-r--r-- | plugins/pychrysalide/bindings.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/pychrysalide/bindings.h b/plugins/pychrysalide/bindings.h index 6bf2efa..036f852 100644 --- a/plugins/pychrysalide/bindings.h +++ b/plugins/pychrysalide/bindings.h @@ -55,7 +55,9 @@ typedef struct _pyinit_details_t { bool standalone; /* Chargement depuis Python ? */ - bool (* populate_extra) (void); /* Ajout de types ? */ + bool (* add_extra) (PyObject *); /* Ajout de modules ? */ + + bool (* populate_extra) (bool); /* Ajout de types ? */ /** * Prototype de la fonction de création, à garder synchronisé avec |