anotherim-desktop/plugins/windows-notification/vapi/win32.vapi

10 lines
284 B
Vala
Raw Normal View History

2021-03-26 11:22:55 +00:00
[CCode (cheader_filename = "win32.h")]
2021-02-18 09:24:53 +00:00
namespace Dino.Plugins.WindowsNotification.Vapi.Win32Api {
2021-03-26 11:22:55 +00:00
[CCode (cname = "SupportsModernNotifications")]
public bool SupportsModernNotifications();
2021-02-18 09:24:53 +00:00
[CCode (cname = "SetAppModelID")]
public bool SetAppModelID(string aumid);
2021-03-26 11:22:55 +00:00
}