summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/plugin.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-08-29 22:30:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-08-29 22:30:58 (GMT)
commit6ba73df8224dc2a88fe5f37a331960936758036e (patch)
tree3db220cc946f3a23887016f3922fe94545e27620 /plugins/pychrysa/plugin.h
parentd91239074b9042988d08093948059096942bdcfc (diff)
Skipped the link to the global reference space when loading plugins.
Diffstat (limited to 'plugins/pychrysa/plugin.h')
-rw-r--r--plugins/pychrysa/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/plugin.h b/plugins/pychrysa/plugin.h
index 04b65ef..ca451a8 100644
--- a/plugins/pychrysa/plugin.h
+++ b/plugins/pychrysa/plugin.h
@@ -57,7 +57,7 @@ typedef struct _GPythonPluginClass GPythonPluginClass;
GType g_python_plugin_get_type(void);
/* Crée un greffon à partir de code Python. */
-GPluginModule *g_python_plugin_new(const char *, const char *, GObject *);
+GPluginModule *g_python_plugin_new(const char *, const char *);