From ce097c062ea079bf7888d2b2f1f7b17d34f976b6 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 6 Jun 2016 23:44:26 +0800 Subject: 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 --- pango/pangocoretext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pango/pangocoretext.h') diff --git a/pango/pangocoretext.h b/pango/pangocoretext.h index a7444436..3bb9fcd6 100644 --- a/pango/pangocoretext.h +++ b/pango/pangocoretext.h @@ -74,10 +74,12 @@ struct _PangoCoreTextFontClass #endif /* PANGO_ENABLE_BACKEND */ +PANGO_AVAILABLE_IN_1_24 CTFontRef pango_core_text_font_get_ctfont (PangoCoreTextFont *font); #endif /* PANGO_ENABLE_ENGINE || PANGO_ENABLE_BACKEND */ +PANGO_AVAILABLE_IN_ALL GType pango_core_text_font_get_type (void) G_GNUC_CONST; G_END_DECLS -- cgit v1.2.1