]> git.buserror.net Git - polintos/scott/priv.git/blob - idl/notifier.idl
Initial struct marshalling.
[polintos/scott/priv.git] / idl / notifier.idl
1 namespace Notifiers;
2
3 interface Notifier {
4         guid: "AF8F1B5C-EAB6-11D9-98AF-000A95BB581A";
5
6         notify(VStruct info) async;
7 };
8
9 interface SyncNotifier {
10         guid: "E1AA43FC-2400-11DA-A460-00112431A05E";
11         
12         notify(VStruct info);
13 };
14