Package: gio

Function gio:simple-action-group-lookup

Lambda List

gio:simple-action-group-lookup (group name)

Arguments

group -- a g:simple-action-group instance
name -- a string with the name of an action

Return Value

The g:action instance, or nil.

Details

Looks up the action with the name name in the action group. If no such action exists, returns nil.

Warning

The g:simple-action-group-lookup function has been deprecated since version 2.38 and should not be used in newly written code. Use the g:action-map-lookup-action function.
 

See also

#2024-12-27