~morphis/phablet-extras/ofono-sms-status-report

« back to all changes in this revision

Viewing changes to src/stkagent.h

  • Committer: Stéphane Graber
  • Date: 2013-01-28 16:25:32 UTC
  • mfrom: (1.3.4)
  • Revision ID: stgraber@ubuntu.com-20130128162532-z710h30cuacyw36v
Merge version 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
                                stk_agent_string_cb cb, void *user_data,
103
103
                                ofono_destroy_func destroy, int timeout);
104
104
 
 
105
int stk_agent_request_quick_digit(struct stk_agent *agent, const char *text,
 
106
                                        const struct stk_icon_id *icon,
 
107
                                        stk_agent_string_cb cb, void *user_data,
 
108
                                        ofono_destroy_func destroy,
 
109
                                        int timeout);
 
110
 
105
111
int stk_agent_request_key(struct stk_agent *agent, const char *text,
106
112
                                const struct stk_icon_id *icon,
107
113
                                ofono_bool_t unicode_charset,