Gio.AsyncInitable::init_finish

function vfunc_init_finish(res: Gio.AsyncResult): Boolean {
}
  

Finishes asynchronous initialization and returns the result. See Gio.AsyncInitable.prototype.init_async.

Since 2.22

res

a Gio.AsyncResult.

Returns

true if successful. If an error has occurred, this function will return false and set @error appropriately if present.