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);
|
|
|
|
}
|