summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-12-23 05:39:41 +0100
committerDenis Kenzior <denkenz@gmail.com>2010-12-23 18:30:45 -0600
commitc0d584d1601428806c63cd4426bcf4226849e6b2 (patch)
treeff27c83f3df6758009d91bbb2e75bfb29ddf246f /src/stkagent.h
parent369fe6b146175b899a18b62928b74af055d603aa (diff)
downloadofono-c0d584d1601428806c63cd4426bcf4226849e6b2.tar.bz2
stk: Send the AlphaId's to agent
Terminate session if return signature doesn't match but allow agent to return from the call if it does match.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index 517bcfe0..6477dbf0 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -137,3 +137,6 @@ int stk_agent_loop_tone(struct stk_agent *agent, const char *text,
void append_menu_items_variant(DBusMessageIter *iter,
const struct stk_menu_item *items);
+
+int stk_agent_display_action_info(struct stk_agent *agent, const char *text,
+ const struct stk_icon_id *icon);