blob: 643c9b2a0b0abe603dbd3e75b8be522862fadcc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// example IDL file
namespace DummyCalendar;
table DummyEvent {
summary:string;
description:string;
attachment:[ubyte];
remoteId:string;
}
root_type DummyEvent;
file_identifier "AKFB";
|