summaryrefslogtreecommitdiff
path: root/gio/giomodule.c
diff options
context:
space:
mode:
authorSam Thursfield <ssssam@gmail.com>2010-08-12 16:10:23 +0100
committerRyan Lortie <desrt@desrt.ca>2010-09-01 15:05:42 +0200
commit3209024c3ba730df9551074819672756477bd5aa (patch)
tree3239d953719c2cf561485da87bed9a302c06e3f9 /gio/giomodule.c
parentfb15dde6c171acb445da5e51ce17e241bf9c52fb (diff)
Add GSettings Windows Registry backend
Diffstat (limited to 'gio/giomodule.c')
-rw-r--r--gio/giomodule.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c
index 882e224d4..39a38ff53 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -39,6 +39,9 @@
#ifdef G_OS_UNIX
#include "gdesktopappinfo.h"
#endif
+#ifdef G_OS_WIN32
+#include "gregistrysettingsbackend.h"
+#endif
#include <glib/gstdio.h>
/**
@@ -596,6 +599,7 @@ _g_io_modules_ensure_loaded (void)
#ifdef G_OS_WIN32
_g_win32_volume_monitor_get_type ();
g_win32_directory_monitor_get_type ();
+ g_registry_backend_get_type ();
#endif
#ifdef G_OS_UNIX
_g_unix_volume_monitor_get_type ();