Sets our main struct and passes it to the parent class
Creates a new GInetSocketAddress for address and port. Since 2.22
Gets address's GInetAddress. Since 2.22
Gets address's port. Since 2.22
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Gets the socket family type of address. Since 2.22
Converts a GSocketAddress to a native struct sockaddr, which can be passed to low-level functions like connect() or bind(). If not enough space is availible, a G_IO_ERROR_NO_SPACE error is returned. If the address type is not known on the system then a G_IO_ERROR_NOT_SUPPORTED error is returned. Since 2.22
Gets the size of address's native struct sockaddr. You can use this to allocate memory to pass to g_socket_address_to_native(). Since 2.22
Description An IPv4 or IPv6 socket address; that is, the combination of a GInetAddress and a port number.