Sets our main struct and passes it to the parent class.
Creates a new gio.InetSocketAddress for address and port.
Creates a new gio.InetSocketAddress for address and port.
Gets address's gio.InetAddress
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 Socket.addressToNative.
Converts a gio.SocketAddress 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 gio.InetAddress and a port number.