mirror of https://github.com/GNOME/gimp.git
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:
parent
028210369a
commit
1f74b4fede
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue