Function

Pango.Coverage.from_bytes

Declaration [src]

PangoCoverage*
pango_coverage_from_bytes (
  guchar* bytes,
  int n_bytes
)

Description [src]

Convert data generated from pango_coverage_to_bytes() back to a PangoCoverage.

Deprecated since:1.44

This returns NULL

Parameters

bytes An array of guint8
 

binary data representing a PangoCoverage

 The length of the array is in the n_bytes argument
 The data is owned by the caller of the function
n_bytes int
 

the size of bytes in bytes

Return value

Returns: PangoCoverage

a newly allocated PangoCoverage

The caller of the function takes ownership of the data, and is responsible for freeing it
Can be NULL