anotherim-desktop/plugins/windows-notification/vapi/winrt.vapi
2021-06-09 07:19:09 -03:00

5 lines
164 B
Vala

[CCode (cheader_filename = "winrt.h")]
namespace Dino.Plugins.WindowsNotification.Vapi.WinRTApi {
[CCode (cname = "Initialize")]
public bool Initialize();
}