From f25a8b3d0da17bce9e69c6b4080e72fb044e8104 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 21 Jul 2010 17:23:43 -0500 Subject: doc: stk-api update based on latest feedback --- doc/stk-api.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/stk-api.txt') 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 -- cgit v1.2.3