tizen 2.3 release
[apps/home/b2-clocksetting.git] / include / setting_indicator_util.h
1 /*
2  * Copyright (c) 2010 Samsung Electronics, Inc.
3  * All rights reserved.
4  *
5  * This software is a confidential and proprietary information
6  * of Samsung Electronics, Inc. ("Confidential Information").  You
7  * shall not disclose such Confidential Information and shall use
8  * it only in accordance with the terms of the license agreement
9  * you entered into with Samsung Electronics.
10  */
11 #ifndef _SETTING_INDICATOR_UTIL_H_
12 #define _SETTING_INDICATOR_UTIL_H_
13
14 #include <Elementary.h>
15 #include "setting_debug.h"
16 #include "util.h"
17
18 void indicator_set_vconf_changed_cb(void *data);
19 void indicator_unset_vconf_changed_cb();
20
21 void indicator_view_update(Evas_Object *layout);
22
23 #endif