Package org.gnome.gio
Class ActionMap.ActionMapInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.ActionMap.ActionMapInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new ActionMapInterface.ActionMapInterface
(Arena arena) Allocate a new ActionMapInterface.ActionMapInterface
(MemorySegment address) Create a ActionMapInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAddAction
(Arena arena, Method method) Override virtual methodadd_action
.void
overrideLookupAction
(Arena arena, Method method) Override virtual methodlookup_action
.void
overrideRemoveAction
(Arena arena, Method method) Override virtual methodremove_action
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ActionMapInterface
Create a ActionMapInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ActionMapInterface
Allocate a new ActionMapInterface.- Parameters:
arena
- to control the memory allocation scope
-
ActionMapInterface
public ActionMapInterface()Allocate a new ActionMapInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideLookupAction
-
overrideAddAction
-
overrideRemoveAction
-