summaryrefslogtreecommitdiff
path: root/plugins/ropgadgets/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/ropgadgets/plugin.h
parentd91239074b9042988d08093948059096942bdcfc (diff)
Skipped the link to the global reference space when loading plugins.
Diffstat (limited to 'plugins/ropgadgets/plugin.h')
-rw-r--r--plugins/ropgadgets/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ropgadgets/plugin.h b/plugins/ropgadgets/plugin.h
index 9f7a0a1..c76c6c7 100644
--- a/plugins/ropgadgets/plugin.h
+++ b/plugins/ropgadgets/plugin.h
@@ -30,7 +30,7 @@
/* Prend acte du chargement du greffon. */
-G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *, GObject *ref);
+G_MODULE_EXPORT bool chrysalide_plugin_init(GPluginModule *);