mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
Add a forgotten g_type_ensure call
One of the types in this function was not wrapped in a g_type_ensure_call, an obvious oversight.
This commit is contained in:
@@ -1115,7 +1115,7 @@ _g_io_modules_ensure_loaded (void)
|
|||||||
g_type_ensure (g_registry_backend_get_type ());
|
g_type_ensure (g_registry_backend_get_type ());
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_COCOA
|
#ifdef HAVE_COCOA
|
||||||
g_nextstep_settings_backend_get_type ();
|
g_type_ensure (g_nextstep_settings_backend_get_type ());
|
||||||
#endif
|
#endif
|
||||||
#ifdef G_OS_UNIX
|
#ifdef G_OS_UNIX
|
||||||
g_type_ensure (_g_unix_volume_monitor_get_type ());
|
g_type_ensure (_g_unix_volume_monitor_get_type ());
|
||||||
|
Reference in New Issue
Block a user