Update changed code
[apps/home/smartsearch.git] / include / ps_makeupviews.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://www.tizenopensource.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
19
20
21
22 #ifndef __DEF_PS_MAKEUPVIEWS_H__
23 #define __DEF_PS_MAKEUPVIEWS_H__
24
25 void search_result_gl_init(void *data);
26 void search_result_gl_deinit(void *data);
27 void search_gl_phone_result_sel(void *data, Evas_Object * obj, void *event_info);
28 void search_gl_result_more_item_append_cb(void *data, Evas_Object * obj, void *event_info);
29 int search_app_connect(void *data);
30 int search_app_disconnect(void *data);
31 void search_set_result_list(void *data);
32 void search_stop_search(void *data);
33 void search_layout_set_search_list(void* data);
34 void search_layout_set_search_no_result(void* data);
35 int search_layout_get_content_list_set_status(void* data);
36 Ecore_Thread* search_make_result_thread(void *data);
37 struct search_genlist_item_info* search_add_genlist_item(int type,
38                 struct search_content_object *obj, Elm_Genlist_Item_Class *itc_style, void *data,
39                 Elm_Object_Item *parent);
40 #endif                          // __DEF_PS_MAKEUPVIEWS_H__