summaryrefslogtreecommitdiff
path: root/src/dbus/server/pim/pim-manager-api.txt
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2012-12-04 17:11:21 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-12-07 20:09:08 +0100
commit07b82c9c642ccb5b3eb679d7fa5e3d9fe420953a (patch)
tree3a95e9443a5b0a9eb167d3df36bef7fc729ddd2f /src/dbus/server/pim/pim-manager-api.txt
parent8f9669ec97f3d106c16c724da077a9068dcd9387 (diff)
PIM: allow configuration of session dirs (part of FDO #55921)
Useful for moving the session directories to a temporary file system. They are essentially just useful for debugging when used as part of PIM Manager. - "logdir" - a directory in which directories are created with debug information about sync session - "maxsessions" - number of sessions that are allowed to exist after a sync (>= 0): 0 is special and means unlimited, 1 for just the latest, etc.; old sessions are pruned heuristically (for example, keep sessions where something changed instead of some where nothing changed), so there is no hard guarantee that the last n sessions are present.
Diffstat (limited to 'src/dbus/server/pim/pim-manager-api.txt')
-rw-r--r--src/dbus/server/pim/pim-manager-api.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/dbus/server/pim/pim-manager-api.txt b/src/dbus/server/pim/pim-manager-api.txt
index 3f37cf38..e1954f71 100644
--- a/src/dbus/server/pim/pim-manager-api.txt
+++ b/src/dbus/server/pim/pim-manager-api.txt
@@ -57,6 +57,15 @@ string-to-string dict, with the following keys:
format (for transport=Bluetooth)
- "database" - empty or unset for the internal address book
(protocol=PBAP), the URI (protocol=SyncML)
+- "logdir" - a directory in which directories are created with
+ debug information about sync session
+- "maxsessions" - number of sessions that are allowed to exist
+ after a sync (>= 0): 0 is special and means unlimited,
+ 1 for just the latest, etc.;
+ old sessions are pruned heuristically (for example,
+ keep sessions where something changed instead of
+ some where nothing changed), so there is no hard
+ guarantee that the last n sessions are present.
Address books
-------------