ae8d64f4541ef8e9e20a35f0e1d401dbc4d589db
[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 Eina_Bool search_set_result_list(void *data);
30 void search_layout_set_search_list(void* data);
31 void search_layout_set_search_no_result(void* data);
32 int search_layout_get_content_list_set_status(void* data);
33
34 #endif                          // __DEF_PS_MAKEUPVIEWS_H__