About all my projects
Gnome::Gio::N-ActionEntry

Gnome::Gio::N-ActionEntry

Description

This struct defines a single action. It is for use with g_action_map_add_action_entries().

The order of the items in the structure are intended to reflect frequency of use. It is permissible to use an incomplete initialiser in order to leave some of the later values as undefined. All values after $name are optional. Additional optional fields may be added in the future.

See g_action_map_add_action_entries() for an example.

Class initialization

new

:native-object

Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.

multi method new ( N-Object() :$native-object! )