Several changes in the contacts layout tab and accross the App.
[profile/ivi/lemolo.git] / dialer / contacts.h
1 #ifndef _EFL_OFONO_CONTACTS_H__
2 #define _EFL_OFONO_CONTACTS_H__ 1
3
4 typedef struct _Contact_Info Contact_Info;
5
6 Evas_Object *contacts_add(Evas_Object *parent);
7
8 Contact_Info *contact_search(Evas_Object *obj, const char *number, const char **type);
9
10 const char *contact_info_picture_get(const Contact_Info *c);
11
12 const char *contact_info_name_get(const Contact_Info *c);
13
14 const char *contact_info_detail_get(const Contact_Info *c, const char *type);
15
16 #endif