[introspection] Fix hb_tag_from_string annotation

This commit is contained in:
Khaled Hosny 2016-07-02 00:04:57 +02:00
parent d3e2a06b0f
commit e4d451ee55
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ hb_tag_from_string (const char *str, int len)
/** /**
* hb_tag_to_string: * hb_tag_to_string:
* @tag: * @tag:
* @buf: (array fixed-size=4): * @buf: (out caller-allocates) (array fixed-size=4) (element-type uint8_t):
* *
* *
* *