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

5 lines
164 B
Vala
Raw Normal View History

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