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

6 lines
230 B
Vala

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