src/hb-ot-layout.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49bdb54427b17d439eadf31732a5f2a0add46bf5 Author: HinTak <[email protected]> Date: Wed Oct 17 00:36:04 2018 +0100 typo in gobject annotation - "in/out" should be "inout" "in/out" should be "inout" diff --git a/src/hb-ot-layout.cc b/src/hb-ot-layout.cc index d279b868..af38dcb0 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. _______________________________________________ HarfBuzz mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/harfbuzz
