NetworkAddress

constructor(hostname: String, port: <Error class: unknown class>)

Creates a new #GSocketConnectable for connecting to the given

Return

the new #GNetworkAddress

Since

2.22

Parameters

hostname

the hostname

port

the port


constructor(port: <Error class: unknown class>)

Creates a new #GSocketConnectable for connecting to the local host over a loopback connection to the given @port. This is intended for use in connecting to local services which may be running on IPv4 or IPv6.

The connectable will return IPv4 and IPv6 loopback addresses, regardless of how the host resolves localhost. By contrast, g_network_address_new() will often only return an IPv4 address when resolving localhost, and an IPv6 address for localhost6.

g_network_address_get_hostname() will always return localhost for a #GNetworkAddress created with this constructor.

Return

the new #GNetworkAddress

Since

2.44

Parameters

port

the port


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)