[gimp] libgimp: missing annotation colon.



commit 1f74b4fede6ad2e951c6332cea4ccd01cd34cbe3
Author: Jehan <jehan girinstud io>
Date:   Sat Apr 16 01:57:55 2022 +0200

    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.
    >                                         ^

 libgimp/gimpimageprocedure.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libgimp/gimpimageprocedure.c b/libgimp/gimpimageprocedure.c
index 55878fdc6e..dbd62b8241 100644
--- a/libgimp/gimpimageprocedure.c
+++ b/libgimp/gimpimageprocedure.c
@@ -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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]