From 9af0edd9511cdba61ad3bd2ce23eb789e9eb58fe Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Thu, 24 Dec 2020 21:40:41 +0200 Subject: [PATCH] [docs] Document return value of hb_blob_get_data() --- src/hb-blob.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-blob.cc b/src/hb-blob.cc index f55e6aaf4..e7f35457d 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc @@ -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 **/