libgimp: missing annotation colon.

Fixes:

> [33/48] Generating Gimp-3.0.gir with a custom command
> ../../../../../../../dev/src/gimp/libgimp/gimpimageprocedure.c:228: Warning: Gimp: missing ":" at column 41:
>  * @run_func:         (closure run_data) the run function for the new procedure.
>                                         ^
This commit is contained in:
Jehan 2022-04-16 01:57:55 +02:00
parent 028210369a
commit 1f74b4fede
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ gimp_image_procedure_set_sensitivity (GimpProcedure *procedure,
* @plug_in: a #GimpPlugIn.
* @name: the new procedure's name.
* @proc_type: the new procedure's #GimpPDBProcType.
* @run_func: (closure run_data) the run function for the new procedure.
* @run_func: (closure run_data): the run function for the new procedure.
* @run_data: user data passed to @run_func.
* @run_data_destroy: (destroy run_data) (nullable): free function for @run_data, or %NULL.
*