Several changes in the contacts layout tab and accross the App.
[profile/ivi/lemolo.git] / dialer / gui.h
1 #ifndef _EFL_OFONO_GUI_H__
2 #define _EFL_OFONO_GUI_H__ 1
3
4 #include "contacts.h"
5
6 Evas_Object *gui_layout_add(Evas_Object *parent, const char *style);
7
8 void 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_call_enter(void);
16 void gui_call_exit(void);
17
18 Eina_Bool gui_init(const char *theme);
19 void gui_shutdown(void);
20
21 Contact_Info *gui_contact_search(const char *number, const char **type);
22
23 #endif