423f3ff4066f863f966f5eb3db2c9a7232e97716
[platform/core/appfw/vconf-buxton.git] / src / vconf-buxton.sym
1 VCONF_BUXTON_1.0 {
2         global:
3                 vconf_keynode_get_name;
4                 vconf_keynode_get_type;
5                 vconf_keynode_get_int;
6                 vconf_keynode_get_dbl;
7                 vconf_keynode_get_bool;
8                 vconf_keynode_get_str;
9                 vconf_set_default_group;
10                 vconf_keylist_new;
11                 vconf_keylist_free;
12                 vconf_keylist_lookup;
13                 vconf_keylist_rewind;
14                 vconf_keylist_nextnode;
15                 vconf_keylist_sort;
16                 vconf_keylist_add_int;
17                 vconf_keylist_add_bool;
18                 vconf_keylist_add_dbl;
19                 vconf_keylist_add_str;
20                 vconf_keylist_add_null;
21                 vconf_keylist_del;
22                 vconf_set;
23                 vconf_set_int;
24                 vconf_set_bool;
25                 vconf_set_dbl;
26                 vconf_set_str;
27                 vconf_refresh;
28                 vconf_scan;
29                 vconf_get;
30                 vconf_get_int;
31                 vconf_get_bool;
32                 vconf_get_dbl;
33                 vconf_get_str;
34                 vconf_unset;
35                 vconf_sync_key;
36                 vconf_unset_recursive;
37                 vconf_notify_key_changed;
38                 vconf_ignore_key_changed;
39                 vconf_set_label;
40                 vconf_set_labels;
41         local:
42                 *;
43 };
44