summaryrefslogtreecommitdiffstats
path: root/doc/stk-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-07-21 17:23:43 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-07-21 17:23:43 -0500
commitf25a8b3d0da17bce9e69c6b4080e72fb044e8104 (patch)
treea8d5d1066e42f06232ce0ffc7c4dcb11d6704823 /doc/stk-api.txt
parent176f4c088efeeab6b6e19e635df5e33de3282357 (diff)
downloadofono-f25a8b3d0da17bce9e69c6b4080e72fb044e8104.tar.bz2
doc: stk-api update based on latest feedback
Diffstat (limited to 'doc/stk-api.txt')
-rw-r--r--doc/stk-api.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index cb12f262..227c7ef3 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -56,7 +56,7 @@ Properties string IdleText
idle. This text is set by the SIM and can be changed
at any time.
- array{string} MainMenuItems
+ array{struct{string, byte}} MainMenu
Contains the items that make up the main menu. This
is populated by the SIM when it sends the Setup Menu
@@ -79,8 +79,9 @@ Service unique name
Interface org.ofono.SimToolkitAgent
Object path freely definable
-Methods byte SelectItem(string title, array{string} items,
- array{byte} icon_ids, byte default)
+Methods byte RequestSelection(string title, byte icon_id,
+ array{struct(string, byte)} items,
+ byte default)
Tells the agent to ask the user to select an item
from the menu. This function should return the index