From cf91df49d0eadfdc7dec23fd82da9e7b9a964ea6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 21 Jan 2015 10:51:12 +0100 Subject: Create buffer with values from domain object --- common/domain/event.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'common/domain/event.fbs') diff --git a/common/domain/event.fbs b/common/domain/event.fbs index 6865cc5..49ff270 100644 --- a/common/domain/event.fbs +++ b/common/domain/event.fbs @@ -1,6 +1,7 @@ namespace Akonadi2.Domain.Buffer; table Event { + uid:string; summary:string; description:string; attachment:[ubyte]; -- cgit v1.2.3