summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2011-06-16 16:01:35 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-06-21 12:21:27 +0200
commitfb0f2402e5335f64008f82ef9d928ff820dd5813 (patch)
treed25e8d864a40ecabfb85b95fdc94142e778277f3 /doc/manager-api.txt
parentaefaadcf4fc8c9a5da8b4b6f843d4cf93ab4190c (diff)
downloadconnman-fb0f2402e5335f64008f82ef9d928ff820dd5813.tar.gz
connman-fb0f2402e5335f64008f82ef9d928ff820dd5813.tar.bz2
connman-fb0f2402e5335f64008f82ef9d928ff820dd5813.zip
doc: Update documentation regarding 'SessionMode' property.
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 56fb832b..cf269789 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -95,6 +95,9 @@ Methods dict GetProperties()
setting a longer D-Bus timeout might be a really
good idea.
+ When 'SessionMode' property is enabled, this method
+ call is disallowed.
+
Possible Errors: [service].Error.InvalidArguments
void ProvisionService(string configuration)
@@ -124,6 +127,9 @@ Methods dict GetProperties()
setting a longer D-Bus timeout might be a really
good idea.
+ When 'SessionMode' property is enabled, this method
+ call is disallowed.
+
Possible Errors: [service].Error.InvalidArguments
void RegisterAgent(object path)
@@ -293,6 +299,8 @@ Properties string State [readonly]
boolean SessionMode [readwrite]
This disables the auto connect feature. It should be
- enabled when the Session API is used.
+ enabled when the Session API is used. When SessionMode
+ is enabled, 'ConnectService' and 'ConnectProvider'
+ method calls are disallowed.
The default value is false.