summaryrefslogtreecommitdiff
path: root/pango/pangofc-font.h
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-06-06 23:44:26 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-06-29 17:32:00 +0800
commitce097c062ea079bf7888d2b2f1f7b17d34f976b6 (patch)
tree7727f8b7d82acd0c4e2f09ef911bbb4bc8805a11 /pango/pangofc-font.h
parent57964efb280369db2731bfc070f3e73c9a860d18 (diff)
downloadpango-ce097c062ea079bf7888d2b2f1f7b17d34f976b6.tar.gz
Decorate the symbols in the headers with version macros
From the last commit, decorate all the symbols with the version macros. Also add the version macros in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=767587
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r--pango/pangofc-font.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h
index 1189cfe3..ab5a12ac 100644
--- a/pango/pangofc-font.h
+++ b/pango/pangofc-font.h
@@ -126,24 +126,29 @@ struct _PangoFcFontClass
#endif /* PANGO_ENABLE_BACKEND */
+PANGO_AVAILABLE_IN_1_4
gboolean pango_fc_font_has_char (PangoFcFont *font,
gunichar wc);
+PANGO_AVAILABLE_IN_1_4
guint pango_fc_font_get_glyph (PangoFcFont *font,
gunichar wc);
#ifndef PANGO_DISABLE_DEPRECATED
-G_DEPRECATED_FOR(PANGO_GET_UNKNOWN_GLYPH)
+PANGO_DEPRECATED_FOR(PANGO_GET_UNKNOWN_GLYPH)
PangoGlyph pango_fc_font_get_unknown_glyph (PangoFcFont *font,
gunichar wc);
-G_DEPRECATED
+PANGO_DEPRECATED_IN_1_32
void pango_fc_font_kern_glyphs (PangoFcFont *font,
PangoGlyphString *glyphs);
#endif /* PANGO_DISABLE_DEPRECATED */
#endif /* PANGO_ENABLE_ENGINE || PANGO_ENABLE_BACKEND */
+PANGO_AVAILABLE_IN_ALL
GType pango_fc_font_get_type (void) G_GNUC_CONST;
+PANGO_AVAILABLE_IN_1_4
FT_Face pango_fc_font_lock_face (PangoFcFont *font);
+PANGO_AVAILABLE_IN_1_4
void pango_fc_font_unlock_face (PangoFcFont *font);
G_END_DECLS