summaryrefslogtreecommitdiffstats
path: root/doc/call-volume-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/call-volume-api.txt')
-rw-r--r--doc/call-volume-api.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/call-volume-api.txt b/doc/call-volume-api.txt
index 6db0132f..320b25f9 100644
--- a/doc/call-volume-api.txt
+++ b/doc/call-volume-api.txt
@@ -10,8 +10,6 @@ Methods dict GetProperties()
Returns properties for the CallVolume object. See
the properties section for available properties.
- Possible Errors: [service].Error.InvalidArguments
-
void SetProperty(string property, variant value)
Changes the value of the specified property. Only
@@ -19,8 +17,11 @@ Methods dict GetProperties()
changeable. On success a PropertyChanged signal
will be emitted.
- Possible Errors: [service].Error.InvalidArguments
- [service].Error.DoesNotExist
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
Signals PropertyChanged(string name, variant value)