diff options
Diffstat (limited to 'pango/pangoxft.h')
-rw-r--r-- | pango/pangoxft.h | 4 |
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 |