Sets our main struct and passes it to the parent class.
Create a new PangoCoverage
A destructor is present on this object, but not explicitly documented in the source.
Copy an existing PangoCoverage (This function may now be unnecessary since we refcount the structure. File a bug if you use it.)
Determine whether a particular index is covered by coverage
Get the main Gtk struct
the main Gtk struct as a void*
Set the coverage for each index in coverage to be the max (better) value of the current coverage for the index and the coverage for the corresponding index in other.
Increase the reference count on the PangoCoverage by one
Modify a particular index within coverage
Convert a PangoCoverage structure into a flat binary format
Decrease the reference count on the PangoCoverage by one. If the result is zero, free the coverage and all associated memory.
Convert data generated from pango_coverage_to_bytes() back to a PangoCoverage
the main Gtk struct
The PangoCoverage structure represents a map from Unicode characters to PangoCoverageLevel It is an opaque structure with no public fields.