dino/plugins/ice/src/register_plugin.vala

4 lines
92 B
Vala

public Type register_plugin(Module module) {
return typeof (Dino.Plugins.Ice.Plugin);
}