dbg.h file is removed.
[profile/tv/apps/native/source.git] / include / util / util.h
1 /*
2  * Copyright (c) 2014 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 #ifndef __UTIL_H__
18 #define __UTIL_H__
19
20 #include <Elementary.h>
21 #include <MacroDefine.h>
22
23 Evas_Object *util_add_layout(Evas_Object *parent, const char *group);
24 Evas_Object *util_add_grid(Evas_Object *parent, int w, int h);
25 Evas_Object *util_add_btn(Evas_Object *parent, const char *group);
26
27 /* for nearby and plugged layouts */
28 void util_dim_item(Elm_Object_Item *it);
29 Eina_Bool util_timer_del_item_cb(void *data);
30 void util_add_item(Evas_Object *grid, CSourceInfo *si);
31
32 #endif /* __UTIL_H__*/