mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
re-enable keyfile backend
This commit is contained in:
parent
3694f97910
commit
2af9caf953
@ -27,6 +27,7 @@
|
|||||||
#include "giomodule.h"
|
#include "giomodule.h"
|
||||||
#include "giomodule-priv.h"
|
#include "giomodule-priv.h"
|
||||||
#include "glocalfilemonitor.h"
|
#include "glocalfilemonitor.h"
|
||||||
|
#include "gkeyfilesettingsbackend.h"
|
||||||
#include "glocaldirectorymonitor.h"
|
#include "glocaldirectorymonitor.h"
|
||||||
#include "gnativevolumemonitor.h"
|
#include "gnativevolumemonitor.h"
|
||||||
#include "gvfs.h"
|
#include "gvfs.h"
|
||||||
@ -583,6 +584,7 @@ _g_io_modules_ensure_loaded (void)
|
|||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
_g_winhttp_vfs_get_type ();
|
_g_winhttp_vfs_get_type ();
|
||||||
#endif
|
#endif
|
||||||
|
g_keyfile_settings_backend_get_type ();
|
||||||
_g_local_vfs_get_type ();
|
_g_local_vfs_get_type ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user