libgimpcolor: Fix annotation in GimpRenderFunc

This commit is contained in:
Niels De Graef 2021-12-28 21:23:42 +01:00
parent a0495b1593
commit 6fc26cfbc4

View file

@ -32,7 +32,7 @@ G_BEGIN_DECLS
* GimpRenderFunc: * GimpRenderFunc:
* @x: * @x:
* @y: * @y:
* @color: * @color: (out caller-allocates): The rendered pixel as RGB
* @data: (closure): * @data: (closure):
*/ */
typedef void (* GimpRenderFunc) (gdouble x, typedef void (* GimpRenderFunc) (gdouble x,