Bytes.this

Creates a GBytes which is a subsection of another GBytes. The offset + length may not be longer than the size of bytes. A reference to bytes will be held by the newly created GBytes until the byte data is no longer needed. Since 2.32

Parameters

bytes Bytes

a GBytes

offset gsize

offset which subsection starts at

length gsize

length of subsection

Throws

ConstructionException GTK+ fails to create the object.

Meta