typo in gobject annotation - "in/out" should be "inout"

"in/out" should be "inout"
pull/1261/head
HinTak 6 years ago committed by Behdad Esfahbod
parent c0c190c16a
commit 49bdb54427
  1. 2
      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.

Loading…
Cancel
Save