summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-08-17 14:58:11 +0200
committerDaniel Wagner <daniel.wagner@bmw-carit.de>2012-08-17 14:59:50 +0200
commit4c562fb401aeeb8fbdf0c8745176a060e7b84a55 (patch)
treee154c6be13d2feeab624fc3307be1840f19c3e1f /doc
parente0b793af8ae1aaafdf7679069e2186008dd4858d (diff)
downloadofono-4c562fb401aeeb8fbdf0c8745176a060e7b84a55.tar.bz2
dundee: Add missing SetProperty documenation
Diffstat (limited to 'doc')
-rw-r--r--doc/dundee-api.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/dundee-api.txt b/doc/dundee-api.txt
index 9f4cfe6e..11e988d1 100644
--- a/doc/dundee-api.txt
+++ b/doc/dundee-api.txt
@@ -41,6 +41,17 @@ Methods dict GetProperties()
Returns properties for the device object. See
the properties section for available properties.
+ void SetProperty(string property, variant value)
+
+ Changes the value of the specified property. Only
+ properties that are listed as readwrite are
+ changeable. On success a PropertyChanged signal
+ will be emitted.
+
+ Possible Errors: [service].Error.Timedout
+ [service].Error.InvalidArguments
+ [service].Error.Failed
+
Signals PropertyChanged(string name, variant value)
This signal indicates a changed value of the given