summaryrefslogtreecommitdiff
path: root/service/dconf-writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'service/dconf-writer.h')
-rw-r--r--service/dconf-writer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/service/dconf-writer.h b/service/dconf-writer.h
index 8a2d7e4..7739ad1 100644
--- a/service/dconf-writer.h
+++ b/service/dconf-writer.h
@@ -68,6 +68,11 @@ struct _DConfWriter
};
+GType dconf_writer_get_type (void);
+
+void dconf_writer_set_basepath (DConfWriter *writer,
+ const gchar *name);
+
void dconf_writer_list (GType type,
GHashTable *set);
GDBusInterfaceSkeleton *dconf_writer_new (GType type,