In progress...

This commit is contained in:
Kolan Sh 2016-04-03 16:56:51 +03:00
parent 3fe8c2cf27
commit 4e30ad10f6

View File

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