summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-05-13 17:09:08 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-05-13 17:09:08 +0200
commitc497487e10e78b9ff4fe74baa4d10ac80a31f399 (patch)
tree27e488fe537dfd0ad084ff04553dcd0657b7c1c3 /doc/manager-api.txt
parent83a6632160cc24de958206623264772e532b254a (diff)
downloadconnman-c497487e10e78b9ff4fe74baa4d10ac80a31f399.tar.gz
connman-c497487e10e78b9ff4fe74baa4d10ac80a31f399.tar.bz2
connman-c497487e10e78b9ff4fe74baa4d10ac80a31f399.zip
Add method to retrieve sorted list of tuples for services
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 1aeb0557..dff2e149 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -69,6 +69,16 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
+ arracy{object,dict} GetServices()
+
+ Returns a sorted list of tuples with service
+ object path and dictionary of service properties.
+
+ This list will not contain sensitive information
+ like passphrases etc.
+
+ Possible Errors: [service].Error.InvalidArguments
+
object LookupService(string pattern)
Lookup a service matching the specific pattern.