From: Samuel Ortiz Date: Tue, 13 Apr 2010 14:30:26 +0000 (+0200) Subject: Fix session API documentation X-Git-Tag: 0.52~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c35ffa42da48d7bd0ba8a64e214232707115f755;p=platform%2Fupstream%2Fconnman.git Fix session API documentation We return an object path, not a simple string. --- diff --git a/doc/manager-api.txt b/doc/manager-api.txt index fb8a78c..8eaeded 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -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()