anotherim-desktop/plugins/windows-notification/api/include/gobject/winrt.h

15 lines
179 B
C
Raw Normal View History

#ifndef __WINRT_GLIB_H__
#define __WINRT_GLIB_H__
#ifdef __cplusplus
extern "C"
{
#endif
gboolean winrt_InitApartment();
#ifdef __cplusplus
}
#endif
#endif // __WINRT_GLIB_H__