Bytes.getData

Get the byte data in the GBytes. This data should not be modified. This function will always return the same pointer for a given GBytes. Since 2.32

class Bytes
void[]
getData
()

Return Value

Type: void[]

a pointer to the byte data. [transfer none][array length=size][type guint8]

Meta