summaryrefslogtreecommitdiff
path: root/include/ps_makeupviews.h
blob: 08943f1182e4920b19cfef36d2e6b22953dd819a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*

Copyright (c) 2000-2012 Samsung Electronics Co., Ltd All Rights Reserved 
 
This file is part of Smartsearch
Written by Junghyun Kim <jh1114.kim@samsung.com>
 
PROPRIETARY/CONFIDENTIAL
 
This software is the confidential and proprietary information of 
SAMSUNG ELECTRONICS (Confidential Information). You shall not 
disclose such Confidential Information and shall use it only in 
accordance with the terms of the license agreement you entered 
into with SAMSUNG ELECTRONICS.  

SAMSUNG make no representations or warranties about the suitability 
of the software, either express or implied, including but not limited
to the implied warranties of merchantability, fitness for a particular
purpose, or non-infringement. SAMSUNG shall not be liable for any
damages suffered by licensee as a result of using, modifying or 
distributing this software or its derivatives.
 
*/



#ifndef __DEF_PS_MAKEUPVIEWS_H__
#define __DEF_PS_MAKEUPVIEWS_H__

void search_result_gl_init(void *data);
void search_result_gl_deinit(void *data);
void search_gl_phone_result_sel(void *data, Evas_Object * obj, void *event_info);
void search_gl_result_more_item_append_cb(void *data, Evas_Object * obj, void *event_info);
Eina_Bool search_set_result_list(void *data);
void search_layout_set_search_list(void* data);
void search_layout_set_search_no_result(void* data);
int search_layout_get_content_list_set_status(void* data);

#endif				// __DEF_PS_MAKEUPVIEWS_H__