summaryrefslogtreecommitdiff
path: root/lib/colord/cd-it8.c
diff options
context:
space:
mode:
authorElmar Hoffmann <elho@elho.net>2020-06-15 19:21:38 +0200
committerRichard Hughes <richard@hughsie.com>2020-06-15 19:02:16 +0100
commitb87cd436a5435b7f6ccaceba076b58e4481e8802 (patch)
treec0d4f5e88e952e014c3c41a983d939a4b6f0d6ae /lib/colord/cd-it8.c
parent4534c166c1f65fc0a032b2718a41571021ae88fb (diff)
downloadcolord-b87cd436a5435b7f6ccaceba076b58e4481e8802.tar.gz
fix more annotation for data arrays
Diffstat (limited to 'lib/colord/cd-it8.c')
-rw-r--r--lib/colord/cd-it8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/colord/cd-it8.c b/lib/colord/cd-it8.c
index b71ad39..cd91783 100644
--- a/lib/colord/cd-it8.c
+++ b/lib/colord/cd-it8.c
@@ -828,7 +828,7 @@ cd_it8_has_option (CdIt8 *it8, const gchar *option)
/**
* cd_it8_load_from_data:
* @it8: a #CdIt8 instance.
- * @data: text data
+ * @data: (array length=size): text data
* @size: the size of text data
* @error: a #GError, or %NULL
*
@@ -1347,7 +1347,7 @@ cd_it8_save_to_file_ccss_sp (CdIt8 *it8, cmsHANDLE it8_lcms, GError **error)
/**
* cd_it8_save_to_data:
* @it8: a #CdIt8 instance.
- * @data: a pointer to returned data
+ * @data: (array length=size): a pointer to returned data
* @size: size of @data
* @error: a #GError, or %NULL
*