Package org.gnome.gtksourceview
Class CompletionProvider.CompletionProviderInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtksourceview.CompletionProvider.CompletionProviderInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new CompletionProviderInterface.CompletionProviderInterface
(Arena arena) Allocate a new CompletionProviderInterface.CompletionProviderInterface
(MemorySegment address) Create a CompletionProviderInterface 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
overrideDisplay
(Arena arena, Method method) Override virtual methoddisplay
.void
overrideGetPriority
(Arena arena, Method method) Override virtual methodget_priority
.void
overrideGetTitle
(Arena arena, Method method) Override virtual methodget_title
.void
overrideIsTrigger
(Arena arena, Method method) Override virtual methodis_trigger
.void
overrideKeyActivates
(Arena arena, Method method) Override virtual methodkey_activates
.void
overrideListAlternates
(Arena arena, Method method) Override virtual methodlist_alternates
.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
.void
overrideRefilter
(Arena arena, Method method) Override virtual methodrefilter
.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
-
CompletionProviderInterface
Create a CompletionProviderInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
CompletionProviderInterface
Allocate a new CompletionProviderInterface.- Parameters:
arena
- to control the memory allocation scope
-
CompletionProviderInterface
public CompletionProviderInterface()Allocate a new CompletionProviderInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetTitle
-
overrideGetPriority
-
overrideIsTrigger
-
overrideKeyActivates
-
overridePopulate
-
overridePopulateAsync
-
overridePopulateFinish
-
overrideRefilter
-
overrideDisplay
-
overrideActivate
-
overrideListAlternates
-