summaryrefslogtreecommitdiffstats
path: root/linux.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux.c')
-rw-r--r--linux.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux.c b/linux.c
index 45fb02da4..cceb54b07 100644
--- a/linux.c
+++ b/linux.c
@@ -23,6 +23,11 @@ void subsurface_open_conf(void)
gconf = gconf_client_get_default();
}
+void subsurface_unset_conf(char *name)
+{
+ gconf_client_unset(gconf, gconf_name(name), NULL);
+}
+
void subsurface_set_conf(char *name, pref_type_t type, const void *value)
{
switch (type) {