Add GLib.TypeModule parameter to plugins
[cinaest] / src / plugins / moviepilot-plugin.vala
index b4baa65..44f5bf0 100644 (file)
@@ -175,7 +175,7 @@ class MoviePilotSource : MovieSource {
 }
 
 [ModuleInit]
-public Type register_plugin () {
+public Type register_plugin (TypeModule module) {
        // types are registered automatically
        return typeof (MoviePilotPlugin);
 }