diff options
author | Patrik Flykt <patrik.flykt@linux.intel.com> | 2011-06-16 16:01:35 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-06-21 12:21:27 +0200 |
commit | fb0f2402e5335f64008f82ef9d928ff820dd5813 (patch) | |
tree | d25e8d864a40ecabfb85b95fdc94142e778277f3 /doc | |
parent | aefaadcf4fc8c9a5da8b4b6f843d4cf93ab4190c (diff) | |
download | connman-fb0f2402e5335f64008f82ef9d928ff820dd5813.tar.gz connman-fb0f2402e5335f64008f82ef9d928ff820dd5813.tar.bz2 connman-fb0f2402e5335f64008f82ef9d928ff820dd5813.zip |
doc: Update documentation regarding 'SessionMode' property.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 10 |
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. |