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

5 lines
207 B
Vala
Raw Normal View History

2021-03-26 11:22:55 +00:00
[CCode (cheader_filename = "shortcutcreator.h")]
2021-02-18 09:24:53 +00:00
namespace Dino.Plugins.WindowsNotification.Vapi.ShortcutCreator {
2021-03-26 11:22:55 +00:00
[CCode (cname = "TryCreateShortcut")]
public bool TryCreateShortcut(string aumid);
}