mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
giomodule: Ensure GDebugControllerDBus
is registered
Or it’ll never work as a `GIOModule`, as the implementation won’t be found. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #1190
This commit is contained in:
parent
a03920152f
commit
35f6c65b35
@ -1343,6 +1343,7 @@ _g_io_modules_ensure_loaded (void)
|
||||
#endif
|
||||
#ifdef G_OS_UNIX
|
||||
g_type_ensure (_g_unix_volume_monitor_get_type ());
|
||||
g_type_ensure (g_debug_controller_dbus_get_type ());
|
||||
g_type_ensure (g_fdo_notification_backend_get_type ());
|
||||
g_type_ensure (g_gtk_notification_backend_get_type ());
|
||||
g_type_ensure (g_portal_notification_backend_get_type ());
|
||||
|
Loading…
Reference in New Issue
Block a user