summaryrefslogtreecommitdiff
path: root/pango/pango-utils-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Export pango_parse_color_with_alphaMatthias Clasen2020-07-311-4/+0
| | | | | This will be useful to make GdkRGBA support hex formats with alpha.
* Add a helper for parsing flagsMatthias Clasen2019-07-251-0/+4
| | | | | We are about to add an attribute whose values are flags.
* Add prototype for _pango_color_parse_with_alpha()Emmanuele Bassi2017-05-191-8/+12
| | | | | | | | It's used in pango-markup.c and pango-color.c, so it should have an internally-available prototype, instead of an `extern` declaration at the point of use. This also avoids a compiler warning for a missing prototype.
* Avoid deprecation warningsMatthias Clasen2016-08-291-0/+45
Now that we're using new-style deprecations, we have to fight a little harder to get rid of them inside pango.