commit | e4d451ee55a57e1231b4076fcd1e87994f6b9528 | [log] [tgz] |
---|---|---|
author | Khaled Hosny <khaledhosny@eglug.org> | Sat Jul 02 00:04:57 2016 +0200 |
committer | Khaled Hosny <khaledhosny@eglug.org> | Sat Jul 02 00:04:57 2016 +0200 |
tree | 901773cd77d11d46e9313dbcc92766b43ca30fa7 | |
parent | d3e2a06b0f2587e913a9c3ff1a20c187f260db80 [diff] |
[introspection] Fix hb_tag_from_string annotation
diff --git a/src/hb-common.cc b/src/hb-common.cc index 5ef832c..3564e43 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc
@@ -88,7 +88,7 @@ /** * hb_tag_to_string: * @tag: - * @buf: (array fixed-size=4): + * @buf: (out caller-allocates) (array fixed-size=4) (element-type uint8_t): * * *