From 6b2381a2adabea7d8309ff158ef675ff88184305 Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Thu, 4 Jul 2019 17:41:09 +0530 Subject: Imported Upstream version 1.37 Change-Id: Ib5957e7ee3a9315ee86a331189bc3e9e71751ee8 Signed-off-by: Nishant Chaprana --- doc/manager-api.txt | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'doc/manager-api.txt') diff --git a/doc/manager-api.txt b/doc/manager-api.txt index 31e137ca..bfb07bd3 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -46,6 +46,11 @@ Methods dict GetProperties() Possible Errors: [service].Error.InvalidArguments + array{string} GetTetheringClients() [experimental] + + Returns a sorted list of MAC addresses of clients + connected to tethered technologies. + object ConnectProvider(dict provider) [deprecated] Connect to a VPN specified by the given provider @@ -210,11 +215,12 @@ Signals TechnologyAdded(object path, dict properties) ServicesChanged(array{object, dict}, array{object}) - Signals a list of services that have been changed - via the first array. And a list of service that - have been removed via the second array. + This signal indicates a change in the services. + List of all services currently registered is passed + via the first array. And a list of services that have + been removed via the second array. - The list of added services is sorted. The dictionary + The list of all services is sorted. The dictionary with the properties might be empty in case none of the properties have changed. Or only contains the properties that have changed. @@ -233,11 +239,12 @@ Signals TechnologyAdded(object path, dict properties) PeersChanged(array{object, dict}, array{object}) [experimental] - Signals a list of peers that have been changed via the - first array. And a list of peer that have been removed - via the second array. + This signal indicates a change in the peers. List of + all peers currently registered is passed via the first + array. And a list of peers that have been removed via + the second array. - The list of changed peers is sorted. The dictionary + The list of all peers is sorted. The dictionary with the properties might be empty in case none of the properties have changed. Or only contains the properties that have changed. @@ -253,6 +260,13 @@ Signals TechnologyAdded(object path, dict properties) object changes. For that it is required to watch the PropertyChanged signal of the peer object. + TetheringClientsChanged(array{string}, array{string}) [experimental] + + This signal indicates a change in the tethering clients. + List of all tethering clients currently registered connman is + passed via the first array. And a list of tethering clients that + have been removed via the second array. + PropertyChanged(string name, variant value) This signal indicates a changed value of the given -- cgit v1.2.3