anotherim-desktop/plugins/windows-notification/vapi/shortcutcreator.vapi
2021-06-09 07:19:08 -03:00

5 lines
169 B
Vala

[CCode (cheader_filename = "shortcutcreator.h")]
namespace ShortcutCreator {
[CCode (cname = "TryCreateShortcut")]
public bool TryCreateShortcut(string aumid);
}