From d55c478a09cb438bdd7268effb75994b6abf885c Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Thu, 1 Apr 2010 12:25:33 +0200 Subject: Add session D-Bus manager API --- doc/manager-api.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/manager-api.txt') 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 -- cgit v1.2.3