summaryrefslogtreecommitdiffstats
path: root/src/stkagent.h
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2012-08-28 15:21:20 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-08-30 16:54:54 -0500
commite5f2701e50ba304f0b39d7e758b57e4aa9abead5 (patch)
tree62fe6db0871509edbd48ac45e2fb47767a028dfe /src/stkagent.h
parenta4870c760ef9627962ce06bac48791cdf4fdee76 (diff)
downloadofono-e5f2701e50ba304f0b39d7e758b57e4aa9abead5.tar.bz2
stkagent: Add stk_agent_get_quick_digit
This function calls the newly added RequestQuickDigit method on the StkAgent interface.
Diffstat (limited to 'src/stkagent.h')
-rw-r--r--src/stkagent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stkagent.h b/src/stkagent.h
index 6e267fc3..6c502da0 100644
--- a/src/stkagent.h
+++ b/src/stkagent.h
@@ -102,6 +102,12 @@ int stk_agent_request_digit(struct stk_agent *agent, const char *text,
stk_agent_string_cb cb, void *user_data,
ofono_destroy_func destroy, int timeout);
+int stk_agent_request_quick_digit(struct stk_agent *agent, const char *text,
+ const struct stk_icon_id *icon,
+ stk_agent_string_cb cb, void *user_data,
+ ofono_destroy_func destroy,
+ int timeout);
+
int stk_agent_request_key(struct stk_agent *agent, const char *text,
const struct stk_icon_id *icon,
ofono_bool_t unicode_charset,