~ubuntu-branches/ubuntu/vivid/akonadi/vivid

« back to all changes in this revision

Viewing changes to libs/protocol_p.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-06-13 08:46:15 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20130613084615-e37v5pdoe2p2xu9d
Tags: 1.9.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update symbols
  - Install asapcat with akonadi-server for now
  - Install notificationmessagev2_p.h with -dev package
  - Refresh disable_dbus_requiring_tests.diff

[ Philip Muškovac ]
* libkonadi-dev needs to depend on akonadi-server for the dbus service 

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#define AKONADI_DBUS_STORAGEJANITOR_PATH "/Janitor"
42
42
 
43
43
// Commands
 
44
#define AKONADI_CMD_CAPABILITY "CAPABILITY"
 
45
#define AKONADI_CMD_LOGIN "LOGIN"
 
46
#define AKONADI_CMD_LOGOUT "LOGOUT"
 
47
 
44
48
#define AKONADI_CMD_COLLECTIONCOPY "COLCOPY"
45
49
#define AKONADI_CMD_COLLECTIONCREATE "CREATE"
46
50
#define AKONADI_CMD_COLLECTIONDELETE "DELETE"
65
69
#define AKONADI_PARAM_FULLPAYLOAD "FULLPAYLOAD"
66
70
#define AKONADI_PARAM_ALLATTRIBUTES "ALLATTR"
67
71
#define AKONADI_PARAM_CACHEONLY "CACHEONLY"
 
72
#define AKONADI_PARAM_CHECKCACHEDPARTSONLY "CHECKCACHEDPARTSONLY"
68
73
#define AKONADI_PARAM_EXTERNALPAYLOAD "EXTERNALPAYLOAD"
69
74
#define AKONADI_PARAM_REVISION "REV"
70
75
#define AKONADI_PARAM_SIZE "SIZE"
78
83
#define AKONADI_PARAM_NAME "NAME"
79
84
#define AKONADI_PARAM_RESOURCE "RESOURCE"
80
85
#define AKONADI_PARAM_ANCESTORS "ANCESTORS"
 
86
#define AKONADI_PARAM_IGNOREERRORS "IGNOREERRORS"
81
87
 
82
88
#define AKONADI_PARAM_PERSISTENTSEARCH "PERSISTENTSEARCH"
83
89
#define AKONADI_PARAM_PERSISTENTSEARCH_QUERYLANG "QUERYLANGUAGE"
84
90
#define AKONADI_PARAM_PERSISTENTSEARCH_QUERYSTRING "QUERYSTRING"
85
91
 
 
92
#define AKONADI_PARAM_CAPABILITY_NOTIFY "NOTIFY"
 
93
 
86
94
#endif