Fix coverity issue 1149129
[apps/native/volume-app.git] / inc / _util_efl.h
1 /*
2  * Copyright (c) 2009-2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.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.apache.org/licenses/LICENSE-2.0
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 __VOLUME_UTIL_EFL_H__
19 #define __VOLUME_UTIL_EFL_H__
20
21 #include <Elementary.h>
22
23 extern Ecore_X_Window _add_input_window(void);
24 extern Evas_Object *add_volume_window(const char *name);
25 extern Evas_Object *add_slider(Evas_Object *parent, int min, int max, int val);
26 extern Evas_Object *add_layout(Evas_Object *parent, const char *file, const char *group);
27 extern Evas_Object *add_button(Evas_Object *parent, const char *style, const char *text);
28 extern Evas_Object *add_popup(Evas_Object *parent, const char *style);
29 extern Evas_Object *add_label(Evas_Object *parent, const char *text);
30 #endif
31 /* __VOLUME_UTIL_EFL_H__ */