Package: gio

Function gio:permission-release-async

Lambda List

gio:permission-release-async (permission cancellable func)

Arguments

permission -- a g:permission object
cancellable -- a g:cancellable object, can be nil
func -- a g:async-ready-callback callback function to call when the request is done

Details

Attempts to release the permission represented by permission. This is the first half of the asynchronous version of the g:permission-release function.
 

See also

#2025-05-26