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  | |
Parameters
| bytes | An array of guint8 | 
| binary data
  representing a  | |
| The length of the array is in the n_bytesargument | |
| Ownership is not transferred to the callee | |
| n_bytes | int | 
| the size of  | 
Return value
| Returns: PangoCoverage | |
| a newly allocated
               | |
| Ownership of the data is transferred to the caller | |
| Can be NULL | |