Package org.gnome.gio
Class RemoteActionGroup.RemoteActionGroupInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.RemoteActionGroup.RemoteActionGroupInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
RemoteActionGroup
The virtual function table for
GRemoteActionGroup
.-
Constructor Summary
ConstructorDescriptionAllocate a new RemoteActionGroupInterface.RemoteActionGroupInterface
(Arena arena) Allocate a new RemoteActionGroupInterface.RemoteActionGroupInterface
(MemorySegment address) Create a RemoteActionGroupInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideActivateActionFull
(Arena arena, Method method) Override virtual methodactivate_action_full
.void
overrideChangeActionStateFull
(Arena arena, Method method) Override virtual methodchange_action_state_full
.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
-
RemoteActionGroupInterface
Create a RemoteActionGroupInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
RemoteActionGroupInterface
Allocate a new RemoteActionGroupInterface.- Parameters:
arena
- to control the memory allocation scope
-
RemoteActionGroupInterface
public RemoteActionGroupInterface()Allocate a new RemoteActionGroupInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideActivateActionFull
-
overrideChangeActionStateFull
-