Tizen 2.0 Release
[profile/ivi/phone-contacts.git] / lib / common / include / ct-group.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 __CT_GROUP_H__
19 #define __CT_GROUP_H__
20
21 Evas_Object* phone_create_group_view(ph_view_info *view_info);
22 Evas_Object* phone_create_group_view_ug(ui_gadget_h ug, Evas_Object *parent, int ug_request);
23 void phone_group_set_navi(Evas_Object *layout);
24 void phone_group_view_reset(Evas_Object *base);
25 void phone_group_view_language_changed(Evas_Object *navi);
26 void phone_group_set_background(Evas_Object *obj, bool is_background);
27 void phone_group_email_result_cb(void *data, int *list, int cnt);
28 void phone_group_message_result_cb(void *data, int *list, int cnt);
29
30
31 #endif /* __CT_GROUP_H__ */