Package org.gnome.gio

Class ActionEntry

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class ActionEntry extends ProxyInstance
This struct defines a single action. It is for use with ActionMap.addActionEntries(org.gnome.gio.ActionEntry[], java.lang.foreign.MemorySegment).

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 NULL. All values after name are optional. Additional optional fields may be added in the future.

See ActionMap.addActionEntries(org.gnome.gio.ActionEntry[], java.lang.foreign.MemorySegment) for an example.