Package org.gnome.gio
Class SocketConnectable.SocketConnectableIface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.SocketConnectable.SocketConnectableIface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
SocketConnectable
Provides an interface for returning a
GSocketAddressEnumerator
and GProxyAddressEnumerator
-
Constructor Summary
ConstructorDescriptionAllocate a new SocketConnectableIface.SocketConnectableIface
(Arena arena) Allocate a new SocketConnectableIface.SocketConnectableIface
(MemorySegment address) Create a SocketConnectableIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideEnumerate
(Arena arena, Method method) Override virtual methodenumerate
.void
overrideProxyEnumerate
(Arena arena, Method method) Override virtual methodproxy_enumerate
.void
overrideToString
(Arena arena, Method method) Override virtual methodto_string
.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
-
SocketConnectableIface
Create a SocketConnectableIface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
SocketConnectableIface
Allocate a new SocketConnectableIface.- Parameters:
arena
- to control the memory allocation scope
-
SocketConnectableIface
public SocketConnectableIface()Allocate a new SocketConnectableIface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideEnumerate
-
overrideProxyEnumerate
-
overrideToString
-