Gio.Permission.prototype.release_finish

function release_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for g_permission_release_finish()
}
  

Collects the result of attempting to release the permission represented by permission.

This is the second half of the asynchronous version of Gio.Permission.prototype.release.

Since 2.26

result

the Gio.AsyncResult given to the Gio.AsyncReadyCallback

Returns

true if the permission was successfully released