summaryrefslogtreecommitdiff
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-07-19 20:24:35 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-07-19 20:24:35 +0200
commit26c2a395c34797223010ed6e2c00d6ebcf78241a (patch)
tree3dde984fdb2551fb88c6346ee672149b979c9384 /doc/manager-api.txt
parent1a034a2281665b7fad6442a9136a43fc2be87db4 (diff)
downloadconnman-26c2a395c34797223010ed6e2c00d6ebcf78241a.tar.gz
connman-26c2a395c34797223010ed6e2c00d6ebcf78241a.tar.bz2
connman-26c2a395c34797223010ed6e2c00d6ebcf78241a.zip
Add simple GetState method for really simple applications
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
index 509817b7..79761ce3 100644
--- a/doc/manager-api.txt
+++ b/doc/manager-api.txt
@@ -22,6 +22,13 @@ Methods dict GetProperties()
Possible Errors: [service].Error.InvalidArguments
[service].Error.InvalidProperty
+ string GetState()
+
+ Return global connection state of a system. The
+ same value is return via the State property.
+
+ Possible Errors: [service].Error.InvalidArguments
+
object AddProfile(string name)
Add a new profile with the specified name.