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:
Philip Withnall 2022-02-10 19:23:49 +00:00
parent a03920152f
commit 35f6c65b35

View File

@ -1343,6 +1343,7 @@ _g_io_modules_ensure_loaded (void)
#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 ());
g_type_ensure (g_debug_controller_dbus_get_type ());
g_type_ensure (g_fdo_notification_backend_get_type ()); g_type_ensure (g_fdo_notification_backend_get_type ());
g_type_ensure (g_gtk_notification_backend_get_type ()); g_type_ensure (g_gtk_notification_backend_get_type ());
g_type_ensure (g_portal_notification_backend_get_type ()); g_type_ensure (g_portal_notification_backend_get_type ());