In progress...
This commit is contained in:
parent
4e30ad10f6
commit
911db8e37b
|
@ -74,9 +74,9 @@ namespace LAview.Core.Plugins {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
[ModuleInit]
|
|
||||||
Type plugin_init (GLib.TypeModule type_module) {
|
[ModuleInit]
|
||||||
return typeof (PluginDataExample);
|
Type plugin_init (GLib.TypeModule type_module) {
|
||||||
}
|
return typeof (LAview.Core.Plugins.PluginDataExample);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue