summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-02 10:43:56 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-02 10:45:01 -0500
commit4871858208329e49cc7253a8ff7357a0bbb3211a (patch)
tree00ad7decbd0a724ad259009d3915d985f2ec6bb7
parentbb3df7a66d421e674ab901b6acc79b5a27f5b234 (diff)
downloadofono-4871858208329e49cc7253a8ff7357a0bbb3211a.tar.bz2
doc: Fix stk RequestSelection types
-rw-r--r--doc/stk-api.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index d0dd740e..3b478199 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -86,11 +86,14 @@ Object path freely definable
Methods byte RequestSelection(string title, byte icon_id,
array{struct(string, byte)} items,
- byte default)
+ int16 default)
Tells the agent to ask the user to select an item
- from the menu. This function should return the index
- of the item or an error given below:
+ from the menu. The default is set the the default
+ item index or -1 if no default is provided.
+
+ This function should return the index of the item or
+ an error given below.
Possible Errors: [service].Error.SimToolkit.GoBack