Method

GioInetSocketAddressget_address

since: 2.22

Declaration

GInetAddress*
g_inet_socket_address_get_address (
  GInetSocketAddress* address
)

Description

Gets addresss GInetAddress.

Available since: 2.22

Return value

Type: GInetAddress

The GInetAddress for address, which must be g_object_ref()’d if it will be stored.

The data is owned by the instance.