From fb0f2402e5335f64008f82ef9d928ff820dd5813 Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Thu, 16 Jun 2011 16:01:35 +0300 Subject: doc: Update documentation regarding 'SessionMode' property. --- doc/manager-api.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3