GInetAddressClass.toBytes

struct GInetAddressClass
extern (C)
ubyte* function(GInetAddress* address) toBytes;

Return Value

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().

Meta