Package: gio

Function g-action-map-lookup-action

Lambda List

g-action-map-lookup-action (map name)

Arguments

map -- a g-action-map 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 given name in the action map. If no such action exists, returns nil.
 

See also

*2021-10-24