[docs] Document return value of hb_blob_get_data()
This commit is contained in:
parent
f88e845fc7
commit
9af0edd951
|
@ -333,7 +333,7 @@ hb_blob_get_length (hb_blob_t *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
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue