mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
Merge branch 'ensure-keyfile-settings' into 'master'
Ensure that the keyfile settings backend exists Closes #1822 See merge request GNOME/glib!974
This commit is contained in:
@@ -1211,6 +1211,7 @@ _g_io_modules_ensure_loaded (void)
|
||||
/* Initialize types from built-in "modules" */
|
||||
g_type_ensure (g_null_settings_backend_get_type ());
|
||||
g_type_ensure (g_memory_settings_backend_get_type ());
|
||||
g_type_ensure (g_keyfile_settings_backend_get_type ());
|
||||
#if defined(HAVE_INOTIFY_INIT1)
|
||||
g_type_ensure (g_inotify_file_monitor_get_type ());
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user