5ee1850c69376fcf2617176f3d0783b2a3ccceb9
[apps/core/preloaded/ug-setting-manage-applications-efl.git] / ug / include / mgr-app-view-common.h
1 /*\r
2  *      Copyright 2012  Samsung Electronics Co., Ltd\r
3  *\r
4  *      Licensed under the Flora License, Version 1.0 (the "License");\r
5  *      you may not use this file except in compliance with the License.\r
6  *      You may obtain a copy of the License at\r
7  *\r
8  *              http://floralicense.org/license/\r
9  *\r
10  *      Unless required by applicable law or agreed to in writing, software\r
11  *      distributed under the License is distributed on an "AS IS" BASIS,\r
12  *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
13  *      See the License for the specific language governing permissions and\r
14  *      limitations under the License.\r
15  */\r
16 \r
17 \r
18 #ifndef __MGR_APP_COMMON_H__\r
19 #define __MGR_APP_COMMON_H__\r
20 \r
21 #include "mgr-app-uigadget.h"\r
22 \r
23 typedef void (*MGR_APP_DOUBLETAP_SENSOR_CB)(void *user_data);\r
24 \r
25 void mgrapp_set_view_type(view_type_t view);\r
26 view_type_t mgrapp_get_view_type();\r
27 \r
28 void mgr_app_doubletap_sensor_set_cb(MGR_APP_DOUBLETAP_SENSOR_CB sensor_cb, void *user_data);\r
29 void mgr_app_doubletap_sensor_enable();\r
30 void mgr_app_doubletap_sensor_disable();\r
31 void mgr_app_doubletap_sensor_destroy();\r
32 \r
33 \r
34 #endif  /*__MGR_APP_COMMON_H__*/\r