From e4d451ee55a57e1231b4076fcd1e87994f6b9528 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 2 Jul 2016 00:04:57 +0200 Subject: [PATCH] [introspection] Fix hb_tag_from_string annotation --- src/hb-common.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-common.cc b/src/hb-common.cc index 5ef832c00..3564e4355 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc @@ -88,7 +88,7 @@ hb_tag_from_string (const char *str, int len) /** * hb_tag_to_string: * @tag: - * @buf: (array fixed-size=4): + * @buf: (out caller-allocates) (array fixed-size=4) (element-type uint8_t): * * *