Dan Winship
203ec385c5
Add ShellGConf
Although methods like gconf_client_get/set_bool() and such are usable from gjs, get_list/set_list is not, since there's only one method for all list types. So ShellGConf wraps GConfClient and adds separate typed list methods. Also, add a detailed "changed" signal that can easily be connected to from js, since we can't currently use gconf_client_notify_add() directly.
The file is empty.
Description
Languages
C
49.2%
JavaScript
47.4%
SCSS
1.4%
Meson
0.8%
Python
0.6%
Other
0.4%