summaryrefslogtreecommitdiff
path: root/pango/pangocoretext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-22 09:15:00 +0200
committerMatthias Clasen <mclasen@redhat.com>2019-08-22 10:20:21 +0200
commit2ab6108fe159b2401c357ec0f576883422eab9c1 (patch)
tree353a6cad0f2d8d23f987b7994203311ab40c2de4 /pango/pangocoretext.h
parentcf30ea1d5184ddcda88f04f3af912d3db45c33a1 (diff)
downloadpango-2ab6108fe159b2401c357ec0f576883422eab9c1.tar.gz
Move a function back to public headers
pango_core_text_font_get_ctfont is meant to be public.
Diffstat (limited to 'pango/pangocoretext.h')
-rw-r--r--pango/pangocoretext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pangocoretext.h b/pango/pangocoretext.h
index 8c850c3c..64fbcf81 100644
--- a/pango/pangocoretext.h
+++ b/pango/pangocoretext.h
@@ -39,6 +39,9 @@ typedef struct _PangoCoreTextFontClass PangoCoreTextFontClass;
PANGO_AVAILABLE_IN_ALL
GType pango_core_text_font_get_type (void) G_GNUC_CONST;
+PANGO_AVAILABLE_IN_1_24
+CTFontRef pango_core_text_font_get_ctfont (PangoCoreTextFont *font);
+
G_END_DECLS
#endif /* __PANGOCORETEXT_H__ */