add appcontrol option - switch key
[apps/core/preloaded/ug-camera-efl.git] / include / edc-callback / cam_indicator_edc_callback.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://floralicense.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 #ifndef __DEF_camera_indicator_H_
19 #define __DEF_camera_indicator_H_
20 int cam_indicator_create(struct appdata *ad);
21 int cam_indicator_destory(struct appdata *ad);
22 int cam_indicator_rotate(struct appdata *ad);
23 void cam_indicator_update(struct appdata *ad);
24
25 void indicator_toggle(struct appdata *ad, gboolean hide);
26 void indicator_update_storage(struct appdata *ad);
27 void indicator_update_remain_count(struct appdata *ad);
28 void indicator_update_gps(struct appdata *ad);
29 void indicator_update_gps_level(struct appdata *ad);
30 void indicator_update_battery(struct appdata *ad, int level);
31 void indicator_update_mute_icon(struct appdata *ad);
32 void cam_indicator_set_show_state(struct appdata *ad, bool show);
33
34 #endif  /* __DEF_camera_indicator_H_ */
35