Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / messages / 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 "overview.h"
7 #include <Eina.h>
8
9 Evas_Object *gui_simple_popup(const char *title, const char *message);
10
11 void gui_activate(void);
12 void gui_send(const char *number, const char *message, Eina_Bool auto_dial);
13
14 void gui_compose_enter(void);
15 void gui_compose_exit(void);
16
17 Eina_Bool gui_init(void);
18 void gui_shutdown(void);
19
20 Contact_Info *gui_contact_search(const char *number, const char **type);
21
22 void gui_compose_messages_set(Eina_List *list, const char *number);
23
24 void gui_message_from_file_delete(Message *msg, const char *contact);
25
26 void gui_overview_genlist_update(Message *msg, const char *contact);
27
28 void gui_overview_all_contact_messages_clear(const char *contact);
29
30 Eina_List *gui_contact_partial_match_search(const char *query);
31
32 #endif