typo in gobject annotation - "in/out" should be "inout"
"in/out" should be "inout"
This commit is contained in:
parent
c0c190c16a
commit
49bdb54427
|
@ -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
|
* called with an offset till resulting char_count gets to a number
|
||||||
* lower than input buffer (or consider using just a bigger buffer for
|
* lower than input buffer (or consider using just a bigger buffer for
|
||||||
* one shot copying).
|
* 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.)
|
* provides glyph variants. (May be zero.)
|
||||||
* @characters: (out) (allow-none): A buffer pointer. The Unicode Scalar Value
|
* @characters: (out) (allow-none): A buffer pointer. The Unicode Scalar Value
|
||||||
* of the characters for which this feature provides glyph variants.
|
* of the characters for which this feature provides glyph variants.
|
||||||
|
|
Loading…
Reference in New Issue