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

5 lines
207 B
Vala

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