harfbuzz.blob

Module for [Blob] class

class Blob

Types 1

Data type for blobs. A blob wraps a chunk of binary data and facilitates its lifecycle management between a client program and HarfBuzz.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
Blob self() nothrowReturns `this`, for use in `with` statements.
Constructors
this(void * ptr, Flag!"Take" take)