summaryrefslogtreecommitdiff
path: root/pango/pangoxft.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-18 15:26:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-18 15:26:30 -0400
commitf36934d527a320f95643fae6caf3e4fb0b90f692 (patch)
treea207b0fce6e0156b83cd2997d7b57d08c3738269 /pango/pangoxft.h
parent3d1240ae397d1637be6887815221bc17112ad4ce (diff)
downloadpango-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/pangoxft.h')
-rw-r--r--pango/pangoxft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoxft.h b/pango/pangoxft.h
index 708629cc..eb17f97c 100644
--- a/pango/pangoxft.h
+++ b/pango/pangoxft.h
@@ -102,13 +102,13 @@ void pango_xft_shutdown_display (Display *display,
int screen);
#ifndef PANGO_DISABLE_DEPRECATED
-PANGO_AVAILABLE_IN_1_2
+PANGO_DEPRECATED_IN_1_48_FOR(pango_fc_font_map_set_default_substitute)
void pango_xft_set_default_substitute (Display *display,
int screen,
PangoXftSubstituteFunc func,
gpointer data,
GDestroyNotify notify);
-PANGO_AVAILABLE_IN_1_2
+PANGO_DEPRECATED_IN_1_48_FOR(pango_fc_font_map_substitute_changed)
void pango_xft_substitute_changed (Display *display,
int screen);
#endif