diff options
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 8f87562..edf42e4 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -80,6 +80,15 @@ public: | |||
80 | static KAsync::Job<void> shutdown(const QByteArray &resourceIdentifier); | 80 | static KAsync::Job<void> shutdown(const QByteArray &resourceIdentifier); |
81 | 81 | ||
82 | /** | 82 | /** |
83 | * Start resource. | ||
84 | * | ||
85 | * The resource is ready for operation once this command completes. | ||
86 | * This command is only necessary if a resource was shutdown previously, | ||
87 | * otherwise the resource process will automatically start as necessary. | ||
88 | */ | ||
89 | static KAsync::Job<void> start(const QByteArray &resourceIdentifier); | ||
90 | |||
91 | /** | ||
83 | * Synchronize data to local cache. | 92 | * Synchronize data to local cache. |
84 | */ | 93 | */ |
85 | static KAsync::Job<void> synchronize(const Akonadi2::Query &query); | 94 | static KAsync::Job<void> synchronize(const Akonadi2::Query &query); |