mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
Merge branch 'fix-cocoa-backend-loading' into 'master'
Properly ensure the cocoa notification backend type See merge request GNOME/glib!760
This commit is contained in:
commit
9976418262
@ -1235,7 +1235,7 @@ _g_io_modules_ensure_loaded (void)
|
|||||||
g_type_ensure (g_network_monitor_portal_get_type ());
|
g_type_ensure (g_network_monitor_portal_get_type ());
|
||||||
g_type_ensure (g_proxy_resolver_portal_get_type ());
|
g_type_ensure (g_proxy_resolver_portal_get_type ());
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
|
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
|
||||||
g_type_ensure (g_cocoa_notification_backend_get_type ());
|
g_type_ensure (g_cocoa_notification_backend_get_type ());
|
||||||
#endif
|
#endif
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user