aboutsummaryrefslogtreecommitdiff
path: root/plugins/ice/src/register_plugin.vala
blob: b2ed56c18cb739d61642936eb3789b162fb8eaa3 (plain) (blame)
1
2
3
public Type register_plugin(Module module) {
    return typeof (Dino.Plugins.Ice.Plugin);
}