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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/dconf-writer.h b/service/dconf-writer.h
index 7739ad1..4892197 100644
--- a/service/dconf-writer.h
+++ b/service/dconf-writer.h
@@ -28,6 +28,7 @@
#include "dconf-generated.h"
#define DCONF_TYPE_WRITER (dconf_writer_get_type ())
+#define DCONF_TYPE_SHM_WRITER (dconf_shm_writer_get_type ())
#define DCONF_WRITER(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
DCONF_TYPE_WRITER, DConfWriter))
#define DCONF_WRITER_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
@@ -69,6 +70,7 @@ struct _DConfWriter
GType dconf_writer_get_type (void);
+GType dconf_shm_writer_get_type (void);
void dconf_writer_set_basepath (DConfWriter *writer,
const gchar *name);