gio.SocketConnectableT

Undocumented in source.

Public Imports

gio.SocketAddressEnumerator
public import gio.SocketAddressEnumerator;
gio.c.functions
public import gio.c.functions;
gio.c.types
public import gio.c.types;
glib.Str
public import glib.Str;
gobject.ObjectG
public import gobject.ObjectG;
gtkc.giotypes
public import gtkc.giotypes;

Members

Templates

SocketConnectableT
template SocketConnectableT(TStruct)

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