libgimpconfig: Fix gimpconfigwriter GIR annotation

Make sure to mark the data argument in `gimp_config_writer_data()` as an
array.
This commit is contained in:
Niels De Graef 2024-05-11 14:34:32 +02:00
parent 8038cc1d62
commit c15c180eab
1 changed files with 4 additions and 2 deletions

View File

@ -542,8 +542,10 @@ gimp_config_writer_identifier (GimpConfigWriter *writer,
/**
* gimp_config_writer_data:
* @writer: a #GimpConfigWriter
* @length:
* @data:
* @length: : The size of @data
* @data: (array length=length): The data to write
*
* Writes data to @writer.
*
* Since: 2.4
**/