PgCoverage.fromBytes

Convert data generated from pango_converage_to_bytes() back to a PangoCoverage

class PgCoverage
static
fromBytes
(
char[] bytes
)

Parameters

bytes char[]

binary data representing a PangoCoverage. [array length=n_bytes][element-type guint8]

Return Value

a newly allocated PangoCoverage, or NULL if the data was invalid. [transfer full]

Meta