Creates a new #GNativeSocketAddress for native and len.
Creates a #GSocketAddress subclass corresponding to the native struct sockaddr native.
Gets the socket family type of address.
Gets the size of address's native struct sockaddr. You can use this to allocate memory to pass to gio.socket_address.SocketAddress.toNative.
Converts a #GSocketAddress to a native struct sockaddr, which can be passed to low-level functions like connect() or bind().
A socket address of some unknown native type.
This corresponds to a general struct sockaddr of a type not otherwise handled by GLib.