diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-24 02:15:41 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-24 02:15:41 +0100 |
commit | c83c2ef64b5a1e4b1dc0102df36687caebb96ff0 (patch) | |
tree | 7d0567996c02e9a1ea5909abbab5f68401fd4771 /common/metadata.fbs | |
parent | d80ff84c28c0be626c1df4528741cddf5a55f547 (diff) | |
download | sink-c83c2ef64b5a1e4b1dc0102df36687caebb96ff0.tar.gz sink-c83c2ef64b5a1e4b1dc0102df36687caebb96ff0.zip |
unifying buffer, and a better way to implement domain object adapters.
Diffstat (limited to 'common/metadata.fbs')
-rw-r--r-- | common/metadata.fbs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/metadata.fbs b/common/metadata.fbs new file mode 100644 index 0000000..71684b6 --- /dev/null +++ b/common/metadata.fbs | |||
@@ -0,0 +1,7 @@ | |||
1 | namespace Akonadi2; | ||
2 | |||
3 | table Metadata { | ||
4 | revision: ulong; | ||
5 | } | ||
6 | |||
7 | root_type Metadata; | ||