Method

GioInetAddressto_bytes

since: 2.22

Declaration

const guint8*
g_inet_address_to_bytes (
  GInetAddress* address
)

Description

Gets the raw binary address data from address.

Available since: 2.22

This method is not directly available to language bindings.

Return value

Type: const guint8*

A pointer to an internal array of the bytes in address, which should not be modified, stored, or freed. The size of this array can be gotten with g_inet_address_get_native_size().

The data is owned by the instance.