Package org.gnome.gtk
Class Buildable.BuildableIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.Buildable.BuildableIface
-
Constructor Summary
ConstructorDescriptionAllocate a new BuildableIface.BuildableIface
(Arena arena) Allocate a new BuildableIface.BuildableIface
(MemorySegment address) Create a BuildableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAddChild
(Arena arena, Method method) Override virtual methodadd_child
.void
overrideConstructChild
(Arena arena, Method method) Override virtual methodconstruct_child
.void
overrideCustomFinished
(Arena arena, Method method) Override virtual methodcustom_finished
.void
overrideCustomTagEnd
(Arena arena, Method method) Override virtual methodcustom_tag_end
.void
overrideCustomTagStart
(Arena arena, Method method) Override virtual methodcustom_tag_start
.void
overrideGetId
(Arena arena, Method method) Override virtual methodget_id
.void
overrideGetInternalChild
(Arena arena, Method method) Override virtual methodget_internal_child
.void
overrideParserFinished
(Arena arena, Method method) Override virtual methodparser_finished
.void
overrideSetBuildableProperty
(Arena arena, Method method) Override virtual methodset_buildable_property
.void
overrideSetId
(Arena arena, Method method) Override virtual methodset_id
.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
-
BuildableIface
Create a BuildableIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
BuildableIface
Allocate a new BuildableIface.- Parameters:
arena
- to control the memory allocation scope
-
BuildableIface
public BuildableIface()Allocate a new BuildableIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideSetId
-
overrideGetId
-
overrideAddChild
-
overrideSetBuildableProperty
-
overrideConstructChild
-
overrideCustomTagStart
-
overrideCustomTagEnd
-
overrideCustomFinished
-
overrideParserFinished
-
overrideGetInternalChild
-