anotherim-desktop/plugins/windows-notification/api/include/shortcutcreator.h

17 lines
260 B
C
Raw Permalink Normal View History

2021-03-26 11:22:55 +00:00
#pragma once
#include <glib.h>
#ifdef __cplusplus
#define EXTERN extern "C"
#define NOEXCEPT noexcept
#else
#define EXTERN
#define NOEXCEPT
2021-03-26 11:22:55 +00:00
#endif
2021-03-05 22:15:09 +00:00
EXTERN gboolean EnsureAumiddedShortcutExists(const gchar* aumid) NOEXCEPT;
2021-03-26 11:22:55 +00:00
#undef EXTERN
#undef NOEXCEPT