Package: gio

Accessor gio:simple-action-name

Lambda List

gio:simple-action-name (object)

Syntax

(g:simple-action-name object) => name

Arguments

object -- a g:simple-action object
name -- a string for the name of the action

Details

The accessor for the name slot of the g:simple-action class returns the name of the action. This is mostly meaningful for identifying the action once it has been added to a g:action-map instance.
 

See also

2025-09-27