Skip to content
  • Dan Winship's avatar
    GAsyncInitable: fix subclassibility · afe7a2d1
    Dan Winship authored
    If a class implements GAsyncInitable, and its parent also implements
    it, then the subclass needs to call its parent's init_async() before
    running its own. This was made more complicated by the fact that the
    default init_finish() behavior was handled by the wrapper method
    (which can't be used when making the super call) rather than the
    default implementation itself. Fix that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667375
    afe7a2d1