blob: 0ca899f90a6ef1c804c8affb5a6a1f692af3a48e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
namespace Akonadi2;
table QueuedCommand {
commandId: int;
command: [ubyte];
// entityId: string;
// sourceRevision: ulong;
// targetRevision: [ubyte];
}
root_type QueuedCommand;
|