summaryrefslogtreecommitdiffstats
path: root/doc/manager-api.txt
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-12 16:33:45 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-12 16:33:45 -0700
commitc5bee783fa472b77948fce54825b82b46442a5cf (patch)
tree2b0bd784bd5eaabb72d4a32ab5c1dda861eba211 /doc/manager-api.txt
parent19858da361751396cc5538464d9a9efdaced0739 (diff)
downloadofono-c5bee783fa472b77948fce54825b82b46442a5cf.tar.bz2
Add some initial API documents
Diffstat (limited to 'doc/manager-api.txt')
-rw-r--r--doc/manager-api.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/manager-api.txt b/doc/manager-api.txt
new file mode 100644
index 00000000..c4a153de
--- /dev/null
+++ b/doc/manager-api.txt
@@ -0,0 +1,22 @@
+Manager hierarchy
+=================
+
+Service org.ofono
+Interface org.ofono.Manager
+Object path /
+
+Methods dict GetProperties()
+
+ Returns all global system properties. See the
+ properties section for available properties.
+
+ Possible Errors: [service].Error.InvalidArguments
+
+Signals PropertyChanged(string property, variant value)
+
+ This signal indicates a changed value of the given
+ property.
+
+Properties array{object} Modems [readonly]
+
+ List of all modem objects in the system.