GSettings: nextstep settings backend

This commit is contained in:
William Hua
2011-12-26 10:04:38 -05:00
parent 00f43b22e5
commit 9c10083844
4 changed files with 516 additions and 0 deletions

View File

@@ -916,6 +916,9 @@ _g_io_modules_ensure_loaded (void)
g_win32_directory_monitor_get_type ();
g_registry_backend_get_type ();
#endif
#ifdef G_OS_CARBON
g_nextstep_settings_backend_get_type ();
#endif
#ifdef G_OS_UNIX
_g_unix_volume_monitor_get_type ();
#endif