libgimpbase: removing wrong annotations.

I thought that such annotations would work and be useful to tell GIR that
a type is nothing more than a NULL-terminated array of a specific type.
But apparently GIR doesn't like these annotations and complain. So let's
just clean these out.

Fixes:

> ./../../../../../../dev/src/gimp/libgimpbase/gimpparamspecs.h:254: Warning: Gimp: unexpected annotation: array
> ../../../../../../../dev/src/gimp/libgimpbase/gimpparamspecs.h:254: Warning: Gimp: unexpected annotation: element-type
This commit is contained in:
Jehan 2024-08-02 14:18:44 +02:00
parent 624e3772e9
commit 1add3343ad
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void gimp_value_take_float_array (GValue *value,
*/
/**
* GimpColorArray: (array zero-terminated=1) (element-type GeglColor)
* GimpColorArray:
*
* A boxed type which is nothing more than an alias to a %NULL-terminated array
* of [class@Gegl.Color].