From cb442ca82b9f2e61d196fa1f1c531960fb9766bd Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 23 Aug 2010 19:12:17 -0500 Subject: [PATCH] doc: Update call-barring API --- doc/call-barring-api.txt | 5 +++-- 1 file 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)