Package org.gnome.gtksourceview
Class CompletionProvider.CompletionProviderInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtksourceview.CompletionProvider.CompletionProviderInterface
-
Constructor Summary
ConstructorsConstructorDescriptionCompletionProviderInterface(MemorySegment address) Create a CompletionProviderInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideActivate(Arena arena, @Nullable Method method) Override virtual methodactivate.voidoverrideDisplay(Arena arena, @Nullable Method method) Override virtual methoddisplay.voidoverrideGetPriority(Arena arena, @Nullable Method method) Override virtual methodget_priority.voidoverrideGetTitle(Arena arena, @Nullable Method method) Override virtual methodget_title.voidoverrideIsTrigger(Arena arena, @Nullable Method method) Override virtual methodis_trigger.voidoverrideKeyActivates(Arena arena, @Nullable Method method) Override virtual methodkey_activates.voidoverrideListAlternates(Arena arena, @Nullable Method method) Override virtual methodlist_alternates.voidoverridePopulate(Arena arena, @Nullable Method method) Override virtual methodpopulate.voidoverridePopulateAsync(Arena arena, @Nullable Method method) Override virtual methodpopulate_async.voidoverridePopulateFinish(Arena arena, @Nullable Method method) Override virtual methodpopulate_finish.voidoverrideRefilter(Arena arena, @Nullable Method method) Override virtual methodrefilter.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.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
-
-
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
-