From 5744e951fc5e647c42a8e75652d2a32c7479fc1f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Jul 2022 14:54:44 -0600 Subject: [PATCH] [gir] Skip graphite API Fixes https://github.com/harfbuzz/harfbuzz/issues/2557 --- src/hb-graphite2.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hb-graphite2.cc b/src/hb-graphite2.cc index 9d2252b84..4d0e687c7 100644 --- a/src/hb-graphite2.cc +++ b/src/hb-graphite2.cc @@ -158,7 +158,7 @@ _hb_graphite2_shaper_face_data_destroy (hb_graphite2_face_data_t *data) } /** - * hb_graphite2_face_get_gr_face: + * hb_graphite2_face_get_gr_face: (skip) * @face: @hb_face_t to query * * Fetches the Graphite2 gr_face corresponding to the specified @@ -195,7 +195,7 @@ _hb_graphite2_shaper_font_data_destroy (hb_graphite2_font_data_t *data HB_UNUSED #ifndef HB_DISABLE_DEPRECATED /** - * hb_graphite2_font_get_gr_font: + * hb_graphite2_font_get_gr_font: (skip) * @font: An #hb_font_t * * Always returns `NULL`. Use hb_graphite2_face_get_gr_face() instead.