From 944d1f728cb1612daa51aa2c550c0bcb67166852 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 20 Jan 2016 19:07:38 +0100 Subject: Use Sink in docs. --- docs/extendingakonadi.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/extendingakonadi.md (limited to 'docs/extendingakonadi.md') diff --git a/docs/extendingakonadi.md b/docs/extendingakonadi.md deleted file mode 100644 index fe38e87..0000000 --- a/docs/extendingakonadi.md +++ /dev/null @@ -1,11 +0,0 @@ -## Steps to add support for new types -* Add new type to applicationdomaintypes.h and implement `getTypenName()` -* Implement `TypeImplementation<>` for updating indexes etc. -* Add a type.fbs default schema for the type - -## Steps for adding support for a type to a resource -* Add a TypeAdaptorFactory, which can either register resource specific mappers, or stick to what the default implementation in TypeImplementation provides -* Add a TypeFacade that injects the TypeAdaptorFactory in the GenericFacade -* Register the facade in the resource -* Add synchronization code that creates the relevant objects - -- cgit v1.2.3