Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PangoCoverage GType getter to the public header | Emmanuele Bassi | 2019-08-02 | 1 | -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 object | Matthias Clasen | 2019-07-11 | 1 | -0/+65 |
Make PangoCoverage a GObject, and subclass it in pangofcfontmap.c. This lets us use the FcCharSet without copying the data. |