dino/plugins/notification-sound/src/register_plugin.vala

4 lines
106 B
Vala

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