anotherim-desktop/plugins/windows-notification/api/include/shortcutcreator.h
2021-06-09 07:19:08 -03:00

15 lines
148 B
C

#pragma once
#include <glib.h>
#ifdef __cplusplus
extern "C"
{
#endif
gboolean TryCreateShortcut(gchar* aumid);
#ifdef __cplusplus
}
#endif