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