Calling functions inside a g_assert() means those functions will be compiled out when building with G_DISABLE_ASSERT. This fixes the release job in the CI pipeline.
Calling functions inside a g_assert() means those functions will be compiled out when building with G_DISABLE_ASSERT. This fixes the release job in the CI pipeline.