diff options
Diffstat (limited to 'common/commands/commandcompletion.fbs')
-rw-r--r-- | common/commands/commandcompletion.fbs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/commands/commandcompletion.fbs b/common/commands/commandcompletion.fbs new file mode 100644 index 0000000..9583108 --- /dev/null +++ b/common/commands/commandcompletion.fbs | |||
@@ -0,0 +1,9 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table CommandCompletion { | ||
4 | id: ulong | ||
5 | success: bool | ||
6 | log: ulong = 0 | ||
7 | } | ||
8 | |||
9 | root_type CommandCompletion; | ||