gio.simple_action_group

Module for [SimpleActionGroup] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
SimpleActionGroup self() nothrowReturns `this`, for use in `with` statements.
SimpleActionGroupGidBuilder builder() static nothrowGet builder for [gio.simple_action_group.SimpleActionGroup] Returns: New builder object
void insert(gio.action.Action action) nothrowAdds an action to the action group.
gio.action.Action lookup(string actionName) nothrowLooks up the action with the name action_name in the group.
void remove(string actionName) nothrowRemoves the named action from the action group.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new, empty, #GSimpleActionGroup. Returns: a new #GSimpleActionGroup