gio.SocketAddress

Undocumented in source.

Public Imports

gio.c.types
public import gio.c.types;
gtkc.giotypes
public import gtkc.giotypes;

Members

Classes

SocketAddress
class SocketAddress

gio.SocketAddress is the equivalent of struct sockaddr in the BSD sockets API. This is an abstract class; use gio.InetSocketAddress for internet sockets, or gio.UnixSocketAddress for UNIX domain sockets.