Package org.gnome.gio
Class Converter.ConverterIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Converter.ConverterIface
-
Constructor Summary
ConstructorDescriptionAllocate a new ConverterIface.ConverterIface
(Arena arena) Allocate a new ConverterIface.ConverterIface
(MemorySegment address) Create a ConverterIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideConvert
(Arena arena, Method method) Override virtual methodconvert
.void
overrideReset
(Arena arena, Method method) Override virtual methodreset
.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
-
ConverterIface
Create a ConverterIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ConverterIface
Allocate a new ConverterIface.- Parameters:
arena
- to control the memory allocation scope
-
ConverterIface
public ConverterIface()Allocate a new ConverterIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideConvert
-
overrideReset
-