From bd1be8738fc4c73635cab7d77965264748d747cc Mon Sep 17 00:00:00 2001 From: HinTak Date: Wed, 3 Oct 2018 07:11:22 +0800 Subject: [PATCH] Missing colon for gobject annotation There should be a colon separating "(transfer full)" and the rest. Warned by g-ir-scanner. --- src/hb-face.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-face.cc b/src/hb-face.cc index fbab18aa3..3916a4e24 100644 --- a/src/hb-face.cc +++ b/src/hb-face.cc @@ -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 **/