TypeScript API Documentation for GIO
API Version: 2.0
Library Version: 2.88.0
Generated with TypeDoc via ts-for-gir v4.0.0-beta.41
Interface for implementing ActionMap. Contains only the virtual methods that need to be implemented.
Virtual
Adds an action to the action_map.
action_map
If the action map already contains an action with the same name as action then the old action is dropped from the action map.
action
The action map takes its own reference on action.
a Gio.Action
Looks up the action with the name action_name in action_map.
action_name
If no such action exists, returns NULL.
NULL
the name of an action
Removes the named action from the action map.
If no action of this name is in the map then nothing happens.
the name of the action
Interface for implementing ActionMap. Contains only the virtual methods that need to be implemented.