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