Stop the session bus started by g_test_dbus_up().
This will wait for the singleton returned by g_bus_get() or g_bus_get_sync() is destroyed. This is done to ensure that the next unit test won't get a leaked singleton from this test.
See Implementation
Stop the session bus started by g_test_dbus_up().
This will wait for the singleton returned by g_bus_get() or g_bus_get_sync() is destroyed. This is done to ensure that the next unit test won't get a leaked singleton from this test.