Skip to content
  • Dan Winship's avatar
    libnm-glib: fix GAsyncInitable implementations · 32046449
    Dan Winship authored
    If a class implements init_async, it should implement init_finish too,
    rather than assuming the default implementation will do the right
    thing (which it briefly didn't in glib 2.33).
    32046449