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/pangoft2.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/pangoft2.h')
-rw-r--r-- | pango/pangoft2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2.h b/pango/pangoft2.h index cda3b51e..892aa039 100644 --- a/pango/pangoft2.h +++ b/pango/pangoft2.h @@ -116,12 +116,12 @@ void pango_ft2_font_map_set_resolution (PangoFT2FontMap double dpi_x, double dpi_y); #ifndef PANGO_DISABLE_DEPRECATED -PANGO_AVAILABLE_IN_1_2 +PANGO_DEPRECATED_IN_1_48_FOR(pango_fc_font_map_set_default_substitute) void pango_ft2_font_map_set_default_substitute (PangoFT2FontMap *fontmap, PangoFT2SubstituteFunc func, gpointer data, GDestroyNotify notify); -PANGO_AVAILABLE_IN_1_2 +PANGO_DEPRECATED_IN_1_48_FOR(pango_fc_font_map_substitute_changed) void pango_ft2_font_map_substitute_changed (PangoFT2FontMap *fontmap); PANGO_DEPRECATED_IN_1_22_FOR(pango_font_map_create_context) PangoContext *pango_ft2_font_map_create_context (PangoFT2FontMap *fontmap); |