Method

PangoCoverageto_bytes

deprecated: 1.44 

Declaration

void
pango_coverage_to_bytes (
  PangoCoverage* coverage,
  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 argument will be set by the function.
The length of the array is specified in the n_bytes argument.
The caller of the method takes ownership of the data, and is responsible for freeing it.
n_bytes

Type: int*

No description available.

The argument will be set by the function.