Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / dialer / gui.h
1 #ifndef _EFL_OFONO_GUI_H__
2 #define _EFL_OFONO_GUI_H__ 1
3
4 #include "contacts-ofono-efl.h"
5 #include "ofono.h"
6 #include "amb.h"
7
8 Evas_Object *gui_simple_popup(const char *title, const char *message);
9
10 void gui_activate(void);
11 void gui_number_set(const char *number, Eina_Bool auto_dial);
12
13 void gui_activecall_set(Evas_Object *o);
14
15 void gui_contacts_show(void);
16
17 void gui_call_enter(void);
18 void gui_call_exit(void);
19
20 Eina_Bool gui_init(void);
21 void gui_shutdown(void);
22
23 Contact_Info *gui_contact_search(const char *number, const char **type);
24
25 OFono_Pending *gui_dial(const char *number);
26
27 #endif