Sets our main struct and passes it to the parent class.
Creates a new #GInetSocketAddress for @address and @port.
Creates a new #GInetSocketAddress for @address and @port.
Gets @address's #GInetAddress.
Gets the sin6_flowinfo field from @address, which must be an IPv6 address.
Get the main Gtk struct
Gets @address's port.
Gets the sin6_scope_id field from @address, which must be an IPv6 address.
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
Get the main Gtk struct
the main Gtk struct as a void*
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 g_socket_address_to_native().
Converts a #GSocketAddress to a native struct sockaddr, which can be passed to low-level functions like connect() or bind().
An IPv4 or IPv6 socket address; that is, the combination of a #GInetAddress and a port number.