Package org.gnome.gio
Class Action.ActionInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Action.ActionInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new ActionInterface.ActionInterface
(Arena arena) Allocate a new ActionInterface.ActionInterface
(MemorySegment address) Create a ActionInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideActivate
(Arena arena, Method method) Override virtual methodactivate
.void
overrideChangeState
(Arena arena, Method method) Override virtual methodchange_state
.void
overrideGetEnabled
(Arena arena, Method method) Override virtual methodget_enabled
.void
overrideGetName
(Arena arena, Method method) Override virtual methodget_name
.void
overrideGetParameterType
(Arena arena, Method method) Override virtual methodget_parameter_type
.void
overrideGetState
(Arena arena, Method method) Override virtual methodget_state
.void
overrideGetStateHint
(Arena arena, Method method) Override virtual methodget_state_hint
.void
overrideGetStateType
(Arena arena, Method method) Override virtual methodget_state_type
.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
-
ActionInterface
Create a ActionInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ActionInterface
Allocate a new ActionInterface.- Parameters:
arena
- to control the memory allocation scope
-
ActionInterface
public ActionInterface()Allocate a new ActionInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetName
-
overrideGetParameterType
-
overrideGetStateType
-
overrideGetStateHint
-
overrideGetEnabled
-
overrideGetState
-
overrideChangeState
-
overrideActivate
-