summaryrefslogtreecommitdiff
path: root/pango/pango-coverage-private.h
Commit message (Collapse)AuthorAgeFilesLines
* Add PangoCoverage GType getter to the public headerEmmanuele Bassi2019-08-021-4/+0
| | | | | | The `pango_coverage_get_type()` symbol is already public, but declared in a private header. Unless we move it to a public header the introspection scanner can't know that the C type maps to a GType.
* Turn PangoCoverage into an objectMatthias Clasen2019-07-111-0/+65
Make PangoCoverage a GObject, and subclass it in pangofcfontmap.c. This lets us use the FcCharSet without copying the data.