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