Virtual Method
GioActionMaplookup_action
since: 2.32
Description
Looks up the action with the name action_name
in action_map
.
If no such action exists, returns NULL
.
Available since: 2.32
Parameters
action_name
-
Type:
const gchar*
The name of an action.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: GAction
A GAction
, or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |