Skip to content

Commit

Permalink
fix cd_icc_load_data() annotation for the data array
Browse files Browse the repository at this point in the history
  • Loading branch information
elho authored and hughsie committed Jun 13, 2020
1 parent 4135af5 commit 4534c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colord/cd-icc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ cd_icc_load (CdIcc *icc, CdIccLoadFlags flags, GError **error)
/**
* cd_icc_load_data:
* @icc: a #CdIcc instance.
* @data: binary data
* @data: (array length=data_len): binary data
* @data_len: Length of @data
* @flags: a set of #CdIccLoadFlags
* @error: A #GError or %NULL
Expand Down

0 comments on commit 4534c16

Please sign in to comment.