summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-07-28 12:26:11 +0200
committerDenis Kenzior <denkenz@gmail.com>2010-07-30 17:19:55 -0500
commitb051f28dbe645cce7e4dc09449be91da54a12356 (patch)
tree5bdb96ff9840450937170f45ba213a1518b8ad22 /src/stkagent.h
parent3714eb8acd8a38988e005b795f384b640980ff98 (diff)
downloadofono-b051f28dbe645cce7e4dc09449be91da54a12356.tar.bz2
stk: Handle the Display Text proactive command.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index a19df92f..1d3a7253 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -69,5 +69,10 @@ void stk_agent_request_selection(struct stk_agent *agent,
stk_agent_selection_cb cb,
void *user_data, int timeout);
+void stk_agent_display_text(struct stk_agent *agent, const char *text,
+ uint8_t icon_id, ofono_bool_t urgent,
+ ofono_bool_t ack, stk_agent_generic_cb cb,
+ void *user_data, int timeout);
+
void append_menu_items_variant(DBusMessageIter *iter,
const struct stk_menu_item *items);