Tizen 2.0 Release
[profile/ivi/phone-contacts.git] / lib / list / ct-list-utils.h
1 /*
2 * Copyright 2012 Samsung Electronics Co., Ltd
3 *
4 * Licensed under the Flora License, Version 1.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://floralicense.org/license/
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17
18 #ifndef __CONTACTS_LIST_UTILS_H__
19 #define __CONTACTS_LIST_UTILS_H__
20
21 int ct_list_parse_bundle(service_h service, ct_list_data* clist_d);
22 void ct_list_call(void *data, Evas_Object *obj, void *event_info);
23 void ct_list_msg(void *data, Evas_Object *obj, void *event_info);
24 void ct_list_popup_hide_cb(void *data, Evas_Object *obj, void *event_info);
25 void ct_list_sweep_del_cb(void *data, Evas_Object *obj, void *event_info);
26 void ct_list_get_title(ct_list_data *data, int list_op, int id_ab, int id_grp);
27 void ct_list_add_contacts_to_group(Evas_Object *win, Evas_Object *navi, int cnt);
28 void ct_list_add_contacts_to_favorite(Evas_Object *win, Evas_Object *navi, int cnt);
29 void ct_list_destroy_child_ug(void *data);
30
31 #endif //__CONTACTS_LIST_UTILS_H__