diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-10-12 18:33:03 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-10-13 13:52:08 -0400 |
commit | 0e091322c494b1523617ca7488ea22e58f8a2c13 (patch) | |
tree | 394ed6a355c52ed4e9e19683eb3537ef26cae307 /pango/pangofc-font.h | |
parent | c403250103234ad09cd90e3e8a9ea838ce82d72e (diff) | |
download | pango-0e091322c494b1523617ca7488ea22e58f8a2c13.tar.gz |
Add deprecation attributes to deprecated functions
This is using the newly introduce G_DEPRECATED macros
from GLib. Traditional deprecation guards are still in
place.
https://bugzilla.gnome.org/show_bug.cgi?id=661612
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r-- | pango/pangofc-font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h index ae16b168..de11d43e 100644 --- a/pango/pangofc-font.h +++ b/pango/pangofc-font.h @@ -134,6 +134,7 @@ gboolean pango_fc_font_has_char (PangoFcFont *font, guint pango_fc_font_get_glyph (PangoFcFont *font, gunichar wc); #ifndef PANGO_DISABLE_DEPRECATED +G_DEPRECATED_FOR(PANGO_GET_UNKNOWN_GLYPH) PangoGlyph pango_fc_font_get_unknown_glyph (PangoFcFont *font, gunichar wc); #endif /* PANGO_DISABLE_DEPRECATED */ |