doc: Update documentation regarding 'SessionMode' property.
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 16 Jun 2011 13:01:35 +0000 (16:01 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 21 Jun 2011 10:21:27 +0000 (12:21 +0200)
doc/manager-api.txt

index 56fb832..cf26978 100644 (file)
@@ -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.