summaryrefslogtreecommitdiffstats
path: root/common/commands/commandcompletion.fbs
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
commit66b21fd2e3c53e4a820e3343b192be7b043da110 (patch)
treee9fe4685d4113c64c573e8230ae4f90fbd17ef8f /common/commands/commandcompletion.fbs
parentb1c4f94606b6a1b9223acb2c1722bfe3bce26933 (diff)
downloadsink-66b21fd2e3c53e4a820e3343b192be7b043da110.tar.gz
sink-66b21fd2e3c53e4a820e3343b192be7b043da110.zip
a more complete command set
Diffstat (limited to 'common/commands/commandcompletion.fbs')
-rw-r--r--common/commands/commandcompletion.fbs9
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 @@
1namespace Akonadi2;
2
3table CommandCompletion {
4 id: ulong
5 success: bool
6 log: ulong = 0
7}
8
9root_type CommandCompletion;