Fix the annotation for hb_blob_get_data

This function will return NULL for the the
empty blob. That is important information for
bindings that treat nullability as a type trait.
This commit is contained in:
Matthias Clasen 2022-06-27 07:41:13 -04:00 committed by Behdad Esfahbod
parent 3c49a6a60a
commit e72506d085
1 changed files with 1 additions and 1 deletions

View File

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