diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2010-04-13 16:30:26 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-04-13 16:30:26 +0200 |
commit | c35ffa42da48d7bd0ba8a64e214232707115f755 (patch) | |
tree | 70c6933c138be7967d12d64dfbd707076d7c6250 /doc | |
parent | cda1778778f5896d693064668f72997e28c43a7c (diff) | |
download | connman-c35ffa42da48d7bd0ba8a64e214232707115f755.tar.gz connman-c35ffa42da48d7bd0ba8a64e214232707115f755.tar.bz2 connman-c35ffa42da48d7bd0ba8a64e214232707115f755.zip |
Fix session API documentation
We return an object path, not a simple string.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manager-api.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index fb8a78c7..8eaededd 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() |