summaryrefslogtreecommitdiffstats
path: root/doc/call-barring-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-23 19:12:17 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-23 19:12:36 -0500
commitcb442ca82b9f2e61d196fa1f1c531960fb9766bd (patch)
treea9c4336b4ca517bf35bc9f5887c1863dc0104740 /doc/call-barring-api.txt
parent565ea1f8a1643b66d128161e159e9192c1c97b59 (diff)
downloadofono-cb442ca82b9f2e61d196fa1f1c531960fb9766bd.tar.bz2
doc: Update call-barring API
Diffstat (limited to 'doc/call-barring-api.txt')
-rw-r--r--doc/call-barring-api.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/call-barring-api.txt b/doc/call-barring-api.txt
index 1ac94688..41ae4b17 100644
--- a/doc/call-barring-api.txt
+++ b/doc/call-barring-api.txt
@@ -26,10 +26,11 @@ Methods dict GetProperties()
Disables barrings for outgoing calls.
- void SetProperty(string property, variant value)
+ void SetProperty(string property, variant value, string pin2)
Sets the given property value to that specified in
- call parameter.
+ call parameter. For all properties, the password
+ (typically PIN2) must be provided.
Signals PropertyChanged(string property, variant value)