doc: Update call-barring API

This commit is contained in:
Denis Kenzior 2010-08-23 19:12:17 -05:00
parent 565ea1f8a1
commit cb442ca82b
1 changed files with 3 additions and 2 deletions

View File

@ -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)