Function

PangoCoveragefrom_bytes

deprecated: 1.44 

Declaration

PangoCoverage*
pango_coverage_from_bytes (
  guchar* bytes,
  int n_bytes
)

Description

No description available.

Deprecated since: 1.44

This returns NULL.

Parameters

bytes

Type: An array of guint8

No description available.

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

Type: int

No description available.

Return value

Type: PangoCoverage

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.