Merge pull request #286 from khaledhosny/gi-tag_from_string

[introspection] Fix hb_tag_from_string annotation
This commit is contained in:
Behdad Esfahbod 2016-07-01 17:09:28 -07:00 committed by GitHub
commit 2f522fd485

View File

@ -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):
*
*
*