From 49bdb54427b17d439eadf31732a5f2a0add46bf5 Mon Sep 17 00:00:00 2001 From: HinTak Date: Wed, 17 Oct 2018 00:36:04 +0100 Subject: [PATCH] typo in gobject annotation - "in/out" should be "inout" "in/out" should be "inout" --- src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index d279b868d..af38dcb02 100644 --- a/src/hb-ot-layout.cc +++ b/src/hb-ot-layout.cc @@ -1197,7 +1197,7 @@ hb_ot_layout_feature_get_name_ids (hb_face_t *face, * called with an offset till resulting char_count gets to a number * lower than input buffer (or consider using just a bigger buffer for * one shot copying). - * @char_count: (in/out) (allow-none): The count of characters for which this feature + * @char_count: (inout) (allow-none): The count of characters for which this feature * provides glyph variants. (May be zero.) * @characters: (out) (allow-none): A buffer pointer. The Unicode Scalar Value * of the characters for which this feature provides glyph variants.