Package: gio

Accessor gio:permission-allowed

Lambda List

gio:permission-allowed (object)

Syntax

(g:permission-allowed object) => allowed

Arguments

object -- a g:permission object
allowed -- a boolean whether the caller currently has permission to perform the action

Details

Accessor of the allowed slot of the g:permission class. The g:permission-allowed function gets the value of the property. This property is true if the caller currently has permission to perform the action that the g:permission object represents the permission to perform.
 

See also

2023-5-5