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

"in/out" should be "inout"
This commit is contained in:
HinTak 2018-10-17 00:36:04 +01:00 committed by Behdad Esfahbod
parent c0c190c16a
commit 49bdb54427
1 changed files with 1 additions and 1 deletions

View File

@ -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.