Fix TC-2372 Dialer crashes when BT phone is offline
[profile/ivi/lemolo.git] / messages / compose.h
1 #ifndef _EFL_OFONO_COMPOSE_H__
2 #define _EFL_OFONO_COMPOSE_H__ 1
3
4 Evas_Object *compose_add(Evas_Object *parent);
5
6 void compose_set(Evas_Object *obj, const char *number, const char *message,
7                         Eina_Bool do_auto);
8
9 void compose_messages_set(Evas_Object *obj, Eina_List *list, const char *number);
10
11 #endif