Constructor
PangoCoveragenew
Declaration [src]
PangoCoverage*
pango_coverage_new (
void
)
Return value
Type: PangoCoverage
The newly allocated PangoCoverage
, initialized
to PANGO_COVERAGE_NONE
with a reference count of one, which
should be freed with pango_coverage_unref()
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |