summaryrefslogtreecommitdiffstats
path: root/doc/stk-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-10-14 02:44:32 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-10-14 02:44:32 -0500
commit00ad02c29da7e95624e36189248bc7411c42f95c (patch)
tree3f1eceda08edce03e92db629fa5aff85f4f9b0f0 /doc/stk-api.txt
parent6cb64e1343cf0f8b0e8433b1145e2fbf03d3923f (diff)
downloadofono-00ad02c29da7e95624e36189248bc7411c42f95c.tar.bz2
doc: Update the properties to be readonly
This also implies that none of these properties are optional
Diffstat (limited to 'doc/stk-api.txt')
-rw-r--r--doc/stk-api.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index f2134597..b9ca5929 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -55,18 +55,18 @@ Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.
The new value is passed as the signal argument.
-Properties string IdleModeText
+Properties string IdleModeText [readonly]
Contains the text to be used when the home screen is
idle. This text is set by the SIM and can change
at any time.
- byte IdleModeIcon
+ byte IdleModeIcon [readonly]
Contains the identifier of the icon accompanying
the idle mode text.
- array{struct{string, byte}} MainMenu
+ array{struct{string, byte}} MainMenu [readonly]
Contains the items that make up the main menu. This
is populated by the SIM when it sends the Setup Menu
@@ -74,11 +74,11 @@ Properties string IdleModeText
but its contents can be changed at any time. Each
item contains the item label and icon identifier.
- string MainMenuTitle
+ string MainMenuTitle [readonly]
Contains the title of the main menu.
- string MainMenuIcon
+ string MainMenuIcon [readonly]
Contains the identifier of the icon for the main menu.