From: Patrik Flykt Date: Thu, 16 Jun 2011 13:01:35 +0000 (+0300) Subject: doc: Update documentation regarding 'SessionMode' property. X-Git-Tag: 0.76~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fb0f2402e5335f64008f82ef9d928ff820dd5813;p=platform%2Fupstream%2Fconnman.git doc: Update documentation regarding 'SessionMode' property. --- diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 56fb832..cf26978 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.