summaryrefslogtreecommitdiff
path: root/vconf-compat/vconf.sym
blob: 745cacfcd849ad265e8bf07a4d7e97fb561dcdd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
VCONF_BUXTON_1.0 {
	global:
		vconf_keynode_get_name;
		vconf_keynode_get_type;
		vconf_keynode_get_int;
		vconf_keynode_get_dbl;
		vconf_keynode_get_bool;
		vconf_keynode_get_str;
		vconf_notify_key_changed;
		vconf_ignore_key_changed;
		vconf_set_int;
		vconf_set_bool;
		vconf_set_str;
		vconf_set_dbl;
		vconf_get_int;
		vconf_get_bool;
		vconf_get_str;
		vconf_get_dbl;
		vconf_get_ext_errno;
		vconf_keylist_new;
		vconf_keylist_free;
		vconf_keylist_add_int;
		vconf_keylist_add_bool;
		vconf_keylist_add_dbl;
		vconf_keylist_add_str;
		vconf_keylist_add_null;
		vconf_keylist_del;
		vconf_keylist_nextnode;
		vconf_keylist_rewind;
		vconf_get;
		vconf_set;
		vconf_unset;
		vconf_unset_recursive;
		vconf_sync_key;
		vconf_keylist_lookup;
	local:
		*;
};