Skip to content
  • Dan Winship's avatar
    GAsyncInitable: partially revert the init_finish changes · d90ad180
    Dan Winship authored
    g_async_initable_real_init_finish() was previously handling all
    GSimpleAsyncResults, even if they weren't created by
    g_async_initable_real_init_async(), and libnm-glib accidentally relied
    on that behavior. So remove the g_simple_async_result_is_valid()
    check.
    d90ad180