From 5639c653979e324e0b3a195ec3fab07fc2bd3a05 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 22 Nov 2010 05:20:28 -0600 Subject: doc: Fixup the use of read-write to readwrite --- doc/radio-settings-api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/radio-settings-api.txt') diff --git a/doc/radio-settings-api.txt b/doc/radio-settings-api.txt index 00eca546..ebf6138b 100644 --- a/doc/radio-settings-api.txt +++ b/doc/radio-settings-api.txt @@ -15,7 +15,7 @@ Methods dict GetProperties() void SetProperty(string name, variant value) Changes the value of the specified property. Only - properties that are listed as read-write are + properties that are listed as readwrite are changeable. On success a PropertyChanged signal will be emitted. @@ -28,7 +28,7 @@ Signals PropertyChanged(string property, variant value) This signal indicates a changed value of the given property. -Properties string TechnologyPreference [read-write] +Properties string TechnologyPreference [readwrite] The current radio access selection mode, also known as network preference. @@ -42,7 +42,7 @@ Properties string TechnologyPreference [read-write] "umts" Only UMTS used for radio access. "lte" Only LTE used for radio acccess. - boolean FastDormancy [read-write, optional] + boolean FastDormancy [readwrite, optional] This property will enable or disable the fast dormancy feature in the modem. Fast dormancy -- cgit v1.2.3