gio.socket_connectable_mixin

Undocumented in source.

Public Imports

gio.socket_connectable_iface_proxy
public import gio.socket_connectable_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gio.c.functions
public import gio.c.functions;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
gio.socket_address_enumerator
public import gio.socket_address_enumerator;
Undocumented in source.
gio.types
public import gio.types;
Undocumented in source.
gobject.object
public import gobject.object;
Undocumented in source.

Members

Templates

SocketConnectableT
template SocketConnectableT()

Objects that describe one or more potential socket endpoints implement gio.socket_connectable.SocketConnectable. Callers can then use gio.socket_connectable.SocketConnectable.enumerate to get a gio.socket_address_enumerator.SocketAddressEnumerator to try out each socket address in turn until one succeeds, as shown in the sample code below.