blobGetDataWritable

Tries to make blob data writable (possibly copying it) and return pointer to data.

Fails if blob has been made immutable, or if memory allocation fails.

string
blobGetDataWritable

Parameters

blob harfbuzz.blob.Blob

a blob.

Return Value

Type: string

Writable blob data, or NULL if failed.