summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/pychrysa.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-27 22:09:55 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-27 22:09:55 (GMT)
commitc8dce9ce407b2f8248d669df196a4bf0f9523723 (patch)
treef7ea7baa0c83fb2de1ae8e402b342e345493cdc3 /plugins/pychrysalide/pychrysa.h
parent4b1367d2fee7be0789744e1db35d6f9200b29163 (diff)
Updated the logging features of the Python bindings.
Diffstat (limited to 'plugins/pychrysalide/pychrysa.h')
-rw-r--r--plugins/pychrysalide/pychrysa.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/pychrysalide/pychrysa.h b/plugins/pychrysalide/pychrysa.h
index 0f844e6..74f699a 100644
--- a/plugins/pychrysalide/pychrysa.h
+++ b/plugins/pychrysalide/pychrysa.h
@@ -36,6 +36,7 @@
#include <plugins/plugin.h>
+#include <plugins/plugin-int.h>
@@ -54,6 +55,9 @@ G_MODULE_EXPORT void chrysalide_plugin_on_native_loaded(GPluginModule *, PluginA
/* Fournit les informations du thread principal. */
PyThreadState *get_pychrysalide_main_tstate(void);
+/* Présente dans le journal un message simple. */
+void log_pychrysalide_simple_message(LogMessageType, const char *);
+
#endif /* _PLUGINS_PYCHRYSALIDE_PYCHRYSA_H */