mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
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:
@@ -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
|
||||
**/
|
||||
|
Reference in New Issue
Block a user