Package: gio

Accessor gio:permission-can-acquire

Lambda List

gio:permission-can-acquire (object)

Syntax

(g:permission-can-acquire object) => can-acquire

Arguments

object -- a g:permission object
can-acquire -- a boolean whether it is generally possible to acquire the permission

Details

Accessor of the can-acquire slot of the g:permission class. The g:permission-can-acquire function gets the value of the property. This property is true if it is generally possible to acquire the permission by calling the g:permission-acquire function.
 

See also

2023-5-5