Package org.gnome.gio
Class AsyncResult.AsyncResultIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.AsyncResult.AsyncResultIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
AsyncResult
Interface definition for
AsyncResult
.-
Constructor Summary
ConstructorDescriptionAllocate a new AsyncResultIface.AsyncResultIface
(Arena arena) Allocate a new AsyncResultIface.AsyncResultIface
(MemorySegment address) Create a AsyncResultIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetSourceObject
(Arena arena, Method method) Override virtual methodget_source_object
.void
overrideGetUserData
(Arena arena, Method method) Override virtual methodget_user_data
.void
overrideIsTagged
(Arena arena, Method method) Override virtual methodis_tagged
.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
-
AsyncResultIface
Create a AsyncResultIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
AsyncResultIface
Allocate a new AsyncResultIface.- Parameters:
arena
- to control the memory allocation scope
-
AsyncResultIface
public AsyncResultIface()Allocate a new AsyncResultIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetUserData
-
overrideGetSourceObject
-
overrideIsTagged
-