doc: stk-api update based on latest feedback

This commit is contained in:
Denis Kenzior 2010-07-21 17:23:43 -05:00
parent 176f4c088e
commit f25a8b3d0d
1 changed files with 4 additions and 3 deletions

View File

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