ActionMap
Object Hierarchy:
Description:
[ CCode ( type_cname = "GActionMapInterface" , type_id = "g_action_map_get_type ()" ) ]
[ Version ( since = "2.32" ) ]
public interface ActionMap : Object
[ Version ( since = "2.32" ) ]
public interface ActionMap : Object
`GActionMap` is an interface for action containers.
The `GActionMap` interface is implemented by [iface@Gio.ActionGroup] implementations that operate by containing a number of named [ iface@Gio.Action] instances, such as [class@Gio.SimpleActionGroup].
One useful application of this interface is to map the names of actions from various action groups to unique, prefixed names (e.g. by prepending "app." or "win."). This is the motivation for the 'Map' part of the interface name.
All known implementing classes:
Namespace: GLib
Package: gio-2.0
Content:
Methods:
Inherited Members:
All known members inherited from class GLib.Object