5 lines
169 B
Vala
5 lines
169 B
Vala
|
[CCode (cheader_filename = "shortcutcreator.h")]
|
||
|
namespace ShortcutCreator {
|
||
|
[CCode (cname = "TryCreateShortcut")]
|
||
|
public bool TryCreateShortcut(string aumid);
|
||
|
}
|