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

The accessor for the allowed slot of the g:permission class returns whether the caller currently has permission to perform the action that the g:permission object represents the permission to perform.
 

See also

2025-09-27