[docs] Document return value of hb_blob_get_data()

This commit is contained in:
Khaled Hosny 2020-12-24 21:40:41 +02:00
parent f88e845fc7
commit 9af0edd951
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ hb_blob_get_length (hb_blob_t *blob)
* *
* Fetches the data from a blob. * Fetches the data from a blob.
* *
* Returns: (transfer none) (array length=length): * Returns: (transfer none) (array length=length): the byte data of @blob.
* *
* Since: 0.9.2 * Since: 0.9.2
**/ **/