Starts asynchronous initialization of the object implementing the interface. This must be done before any real use of the object after initial construction. If the object also implements #GInitable you can optionally call gio.initable.Initable.init_ instead.
Finishes asynchronous initialization and returns the result. See gio.async_initable.AsyncInitable.initAsync.
Finishes the async construction for the various g_async_initable_new calls, returning the created object or null on error.
Helper function for constructing #GAsyncInitable object. This is similar to gobject.object.ObjectG.newv but also initializes the object asynchronously.
Starts asynchronous initialization of the object implementing the interface. This must be done before any real use of the object after initial construction. If the object also implements #GInitable you can optionally call gio.initable.Initable.init_ instead.
Finishes asynchronous initialization and returns the result. See gio.async_initable.AsyncInitable.initAsync.
Finishes the async construction for the various g_async_initable_new calls, returning the created object or null on error.
Proxy object for Gio.AsyncInitable interface when a GObject has no applicable D binding