In progress...

This commit is contained in:
Kolan Sh 2016-04-03 16:59:44 +03:00
parent eedd116dba
commit a42429896e

View File

@ -2,6 +2,7 @@ using LAview, Core, Plugins, GObject.Plugins;
extern const string GETTEXT_PACKAGE;
namespace LAview.Core.Plugins {
/**
* Plugin of type A1.
*/
@ -59,3 +60,4 @@ public class PluginObjectExample : PluginObject {
Type plugin_init (GLib.TypeModule type_module) {
return typeof (PluginObjectExample);
}
}