tizen 2.3 release
[apps/home/b2-clocksetting.git] / include / setting_data_vconf.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_DATA_VCONF_H_
12 #define _SETTING_DATA_VCONF_H_
13
14 #include <vconf.h>
15 #include <vconf-keys.h>
16
17
18 int unregister_vconf_changing(const char *vconf, vconf_callback_fn cb);
19 int register_vconf_changing(const char *vconf, vconf_callback_fn cb, void *data);
20
21 #endif