Gio.Permission.prototype.release_async
function release_async(cancellable: Gio.Cancellable, callback: Gio.AsyncReadyCallback): void { // Gjs wrapper for g_permission_release_async() }
Attempts to release the permission represented by permission.
This is the first half of the asynchronous version of Gio.Permission.prototype.release.
Since 2.26
- cancellable
a Gio.Cancellable, or null
- callback
the Gio.AsyncReadyCallback to call when done