Fix session API documentation
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Apr 2010 14:30:26 +0000 (16:30 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 13 Apr 2010 14:30:26 +0000 (16:30 +0200)
We return an object path, not a simple string.

doc/manager-api.txt

index fb8a78c..8eaeded 100644 (file)
@@ -122,13 +122,16 @@ Methods           dict GetProperties()
 
                        Possible Errors: [service].Error.InvalidArguments
 
-               string RequestSession(string bearer)
+               object RequestSession(string bearer)
 
                        Request a networking session.
 
                        If the bearer is an empty string the best available
                        service will be picked.
 
+                       When successful this method will return the object
+                       path of the corresponding service.
+
                        Possible Errors: [service].Error.InvalidArguments
 
                void ReleaseSession()