Buffer.this

Creates a new buffer that wraps the given data. The memory will be freed with g_free and will be marked writable. MT safe.

Parameters

data void[]

data to wrap. [array length=size][element-type guint8][transfer full]

Throws

ConstructionException GTK+ fails to create the object.

Meta