Package: gio

Function g-simple-action-group-lookup

Lambda List

g-simple-action-group-lookup (group name)

Arguments

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

Return Value

A g-action object, 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

2021-12-10