PgCoverage.toBytes

Convert a PangoCoverage structure into a flat binary format

class PgCoverage
void
toBytes
(
out char[] bytes
)

Parameters

bytes char[]

location to store result (must be freed with g_free()). out[array length=n_bytes][element-type guint8]

Meta