In progress...
This commit is contained in:
parent
3fe8c2cf27
commit
4e30ad10f6
@ -2,10 +2,11 @@ using LAview, Core, GObject.Plugins;
|
||||
|
||||
extern const string GETTEXT_PACKAGE;
|
||||
|
||||
/**
|
||||
namespace LAview.Core.Plugins {
|
||||
/**
|
||||
* Plugin of type A1.
|
||||
*/
|
||||
public class PluginDataExample : PluginData {
|
||||
public class PluginDataExample : PluginData {
|
||||
|
||||
/**
|
||||
* Constructs a new ``PluginDataExample``.
|
||||
@ -72,9 +73,10 @@ public class PluginDataExample : PluginData {
|
||||
{ "U2d", "V2d", "W2d", "X2d", "Y2d"},
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[ModuleInit]
|
||||
Type plugin_init (GLib.TypeModule type_module) {
|
||||
[ModuleInit]
|
||||
Type plugin_init (GLib.TypeModule type_module) {
|
||||
return typeof (PluginDataExample);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user