anotherim-desktop/plugins/windows-notification/vapi/shortcutcreator.vapi

5 lines
169 B
Vala
Raw Normal View History

2021-03-26 11:22:55 +00:00
[CCode (cheader_filename = "shortcutcreator.h")]
namespace ShortcutCreator {
[CCode (cname = "TryCreateShortcut")]
public bool TryCreateShortcut(string aumid);
}