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