Missing colon for gobject annotation

There should be a colon separating "(transfer full)" and the rest. Warned by g-ir-scanner.
This commit is contained in:
HinTak 2018-10-03 07:11:22 +08:00 committed by Behdad Esfahbod
parent 75114e01d2
commit bd1be8738f
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ _hb_face_builder_reference_table (hb_face_t *face, hb_tag_t tag, void *user_data
* After tables are added to the face, it can be compiled to a binary
* font file by calling hb_face_reference_blob().
*
* Return value: (transfer full) New face.
* Return value: (transfer full): New face.
*
* Since: 1.9.0
**/