aboutsummaryrefslogtreecommitdiff
path: root/plugins/notification-sound/src/register_plugin.vala
blob: 09204c0f37deabd040c74869ad45e853137774fa (plain) (blame)
1
2
3
public Type register_plugin(Module module) {
    return typeof (Dino.Plugins.NotificationSound.Plugin);
}