mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-02 09:01:13 +00: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:
parent
8038cc1d62
commit
c15c180eab
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue