diff options
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r-- | doc/manager-api.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt index c8989353..fb8a78c7 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -122,6 +122,21 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + string RequestSession(string bearer) + + Request a networking session. + + If the bearer is an empty string the best available + service will be picked. + + Possible Errors: [service].Error.InvalidArguments + + void ReleaseSession() + + Release a networking session. + + Possible Errors: [service].Error.InvalidArguments + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given |