summaryrefslogtreecommitdiffstats
path: root/doc/call-barring-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/call-barring-api.txt')
-rw-r--r--doc/call-barring-api.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/call-barring-api.txt b/doc/call-barring-api.txt
index 1534494f..a80bf615 100644
--- a/doc/call-barring-api.txt
+++ b/doc/call-barring-api.txt
@@ -9,29 +9,60 @@ Methods dict GetProperties()
Contains the properties for this object.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+
void ChangePassword(string old_password, string new_password)
Register new network password for the barring
services.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void DisableAll(string password)
Disables all call barrings.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void DisableAllIncoming(string password)
Disables barrings for incoming calls.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void DisableAllOutgoing(string password)
Disables barrings for outgoing calls.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void SetProperty(string property, variant value, string pin2)
Sets the given property value to that specified in
call parameter. For all properties, the password
(typically PIN2) must be provided.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.