GSocketAddress: GSocketAddress
Description
Abstract base class representing endpoints for
socket communicationHierarchy
GObject
+----GSocketAddress
+----GInetSocketAddress
+----GUnixSocketAddressDetailed Description
GSocketAddress
is the equivalent of structsockaddr
in the BSD sockets API. This is an abstract class; use
GInetSocketAddress
for internet sockets, or GUnixSocketAddress
for UNIX domain sockets.References
http://library.gnome.org/devel//gio/GSocketAddress.html