Package org.gnome.gio
Class AsyncInitable.AsyncInitableIface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.AsyncInitable.AsyncInitableIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
AsyncInitable
Provides an interface for asynchronous initializing object such that
initialization may fail.
- Since:
- 2.22
-
Constructor Summary
ConstructorsConstructorDescriptionAsyncInitableIface(MemorySegment address) Create a AsyncInitableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideInitAsync(Arena arena, @Nullable Method method) Override virtual methodinit_async.voidoverrideInitFinish(Arena arena, @Nullable Method method) Override virtual methodinit_finish.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
-
AsyncInitableIface
Create a AsyncInitableIface 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
-
overrideInitAsync
-
overrideInitFinish
-