Package org.gnome.gio
Class ProxyResolver.ProxyResolverInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.ProxyResolver.ProxyResolverInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
ProxyResolver
The virtual function table for
GProxyResolver
.-
Constructor Summary
ConstructorDescriptionAllocate a new ProxyResolverInterface.ProxyResolverInterface
(Arena arena) Allocate a new ProxyResolverInterface.ProxyResolverInterface
(MemorySegment address) Create a ProxyResolverInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideIsSupported
(Arena arena, Method method) Override virtual methodis_supported
.void
overrideLookup
(Arena arena, Method method) Override virtual methodlookup
.void
overrideLookupAsync
(Arena arena, Method method) Override virtual methodlookup_async
.void
overrideLookupFinish
(Arena arena, Method method) Override virtual methodlookup_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
-
ProxyResolverInterface
Create a ProxyResolverInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ProxyResolverInterface
Allocate a new ProxyResolverInterface.- Parameters:
arena
- to control the memory allocation scope
-
ProxyResolverInterface
public ProxyResolverInterface()Allocate a new ProxyResolverInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideIsSupported
-
overrideLookup
-
overrideLookupAsync
-
overrideLookupFinish
-