Package org.gnome.gio
Class Proxy.ProxyInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Proxy.ProxyInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new ProxyInterface.ProxyInterface
(Arena arena) Allocate a new ProxyInterface.ProxyInterface
(MemorySegment address) Create a ProxyInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideConnect
(Arena arena, Method method) Override virtual methodconnect
.void
overrideConnectAsync
(Arena arena, Method method) Override virtual methodconnect_async
.void
overrideConnectFinish
(Arena arena, Method method) Override virtual methodconnect_finish
.void
overrideSupportsHostname
(Arena arena, Method method) Override virtual methodsupports_hostname
.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
-
ProxyInterface
Create a ProxyInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ProxyInterface
Allocate a new ProxyInterface.- Parameters:
arena
- to control the memory allocation scope
-
ProxyInterface
public ProxyInterface()Allocate a new ProxyInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideConnect
-
overrideConnectAsync
-
overrideConnectFinish
-
overrideSupportsHostname
-