2a1e04443af5d62a84b587bb2ead7a2f2c92cd71
[apps/home/smartsearch.git] / include / ps_app_interface.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_APP_INTERFACE_H__
23 #define __DEF_PS_APP_INTERFACE_H__
24
25 void search_launch_contact_view(void *data, void *record_info);
26 void search_launch_msg_view(void *data, void *record_info);
27 void search_launch_msg_view(void *data, void *record_info);
28 void search_launch_email_view(void *data, void *record_info);
29 void search_launch_image_view(void *data, void *record_info);
30 void search_launch_video_view(void *data, void *record_info);
31 void search_launch_music_view(void *data, void *record_info);
32 void search_launch_document_view(void *data, void *record_info);
33 void search_launch_calendar_view(void *data, void *record_info);
34 void search_launch_memo_view(void *data, void *record_info);
35 void search_launch_menu_view(void *data, void *record_info);
36 void search_launch_popup_error(int error_type, void *data);
37 #endif