Add missing colons to GObject annotations

This commit is contained in:
David Corbett 2018-10-11 22:08:14 -04:00 committed by Behdad Esfahbod
parent 1e816d62ef
commit c55100000b
1 changed files with 2 additions and 2 deletions

View File

@ -441,8 +441,8 @@ hb_ot_tag_to_language (hb_tag_t tag)
* hb_ot_tags_to_script_and_language:
* @script_tag: a script tag
* @language_tag: a language tag
* @script (allow-none): the #hb_script_t corresponding to @script_tag (OUT).
* @language (allow-none): the #hb_language_t corresponding to @script_tag and
* @script: (allow-none): the #hb_script_t corresponding to @script_tag (OUT).
* @language: (allow-none): the #hb_language_t corresponding to @script_tag and
* @language_tag (OUT).
*
* Converts a script tag and a language tag to an #hb_script_t and an