Undocumented in source.
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.
Undocumented in source.