In progress...
This commit is contained in:
parent
eedd116dba
commit
a42429896e
@ -2,6 +2,7 @@ using LAview, Core, Plugins, GObject.Plugins;
|
|||||||
|
|
||||||
extern const string GETTEXT_PACKAGE;
|
extern const string GETTEXT_PACKAGE;
|
||||||
|
|
||||||
|
namespace LAview.Core.Plugins {
|
||||||
/**
|
/**
|
||||||
* Plugin of type A1.
|
* Plugin of type A1.
|
||||||
*/
|
*/
|
||||||
@ -59,3 +60,4 @@ public class PluginObjectExample : PluginObject {
|
|||||||
Type plugin_init (GLib.TypeModule type_module) {
|
Type plugin_init (GLib.TypeModule type_module) {
|
||||||
return typeof (PluginObjectExample);
|
return typeof (PluginObjectExample);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user