Adding license and copyright info
[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
7 Evas_Object *gui_simple_popup(const char *title, const char *message);
8
9 void gui_activate(void);
10 void gui_number_set(const char *number, Eina_Bool auto_dial);
11
12 void gui_activecall_set(Evas_Object *o);
13
14 void gui_contacts_show(void);
15
16 void gui_call_enter(void);
17 void gui_call_exit(void);
18
19 Eina_Bool gui_init(void);
20 void gui_shutdown(void);
21
22 Contact_Info *gui_contact_search(const char *number, const char **type);
23
24 OFono_Pending *gui_dial(const char *number);
25
26 #endif