Method

GioInetSocketAddressget_address

since: 2.22

Declaration [src]

GInetAddress*
g_inet_socket_address_get_address (
  GInetSocketAddress* address
)

Description [src]

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.