Package org.gnome.gio
Class LoadableIcon.LoadableIconIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.LoadableIcon.LoadableIconIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
LoadableIcon
Interface for icons that can be loaded as a stream.
-
Constructor Summary
ConstructorDescriptionAllocate a new LoadableIconIface.LoadableIconIface
(Arena arena) Allocate a new LoadableIconIface.LoadableIconIface
(MemorySegment address) Create a LoadableIconIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideLoad
(Arena arena, Method method) Override virtual methodload
.void
overrideLoadAsync
(Arena arena, Method method) Override virtual methodload_async
.void
overrideLoadFinish
(Arena arena, Method method) Override virtual methodload_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
-
LoadableIconIface
Create a LoadableIconIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
LoadableIconIface
Allocate a new LoadableIconIface.- Parameters:
arena
- to control the memory allocation scope
-
LoadableIconIface
public LoadableIconIface()Allocate a new LoadableIconIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideLoad
-
overrideLoadAsync
-
overrideLoadFinish
-