diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-09-18 15:26:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-09-18 15:26:30 -0400 |
commit | f36934d527a320f95643fae6caf3e4fb0b90f692 (patch) | |
tree | a207b0fce6e0156b83cd2997d7b57d08c3738269 /pango/pangofc-fontmap.h | |
parent | 3d1240ae397d1637be6887815221bc17112ad4ce (diff) | |
download | pango-f36934d527a320f95643fae6caf3e4fb0b90f692.tar.gz |
Adapt deprecations
Move things around to reflect the fact that we are now
in 1.47, and use our deprecation macros.
Diffstat (limited to 'pango/pangofc-fontmap.h')
-rw-r--r-- | pango/pangofc-fontmap.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h index c20bde60..6fdf32d2 100644 --- a/pango/pangofc-fontmap.h +++ b/pango/pangofc-fontmap.h @@ -128,9 +128,9 @@ typedef void (*PangoFcSubstituteFunc) (FcPattern *pattern, * the font. This function can be used to do things like set * hinting and antialiasing options. * - * Since: 1.46 + * Since: 1.48 */ -PANGO_AVAILABLE_IN_1_46 +PANGO_AVAILABLE_IN_1_48 void pango_fc_font_map_set_default_substitute (PangoFcFontMap *fontmap, PangoFcSubstituteFunc func, gpointer data, @@ -146,9 +146,9 @@ void pango_fc_font_map_set_default_substitute (PangoFcFontMap *fontmap, * That is, if your substitution function will return different * results for the same input pattern, you must call this function. * - * Since: 1.46 + * Since: 1.48 */ -PANGO_AVAILABLE_IN_1_46 +PANGO_AVAILABLE_IN_1_48 void pango_fc_font_map_substitute_changed (PangoFcFontMap *fontmap); /** |