[gimp] pdb, libgimp: one more annotation for gimp_enums_get_type_names()



commit 354ce5f7427d432fd2e7bbdf59deed1b73290895
Author: Michael Natterer <mitch gimp org>
Date:   Fri Aug 9 18:47:55 2019 +0200

    pdb, libgimp: one more annotation for gimp_enums_get_type_names()

 libgimp/gimpenums.c.tail | 2 +-
 pdb/enumcode.pl          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/gimpenums.c.tail b/libgimp/gimpenums.c.tail
index 6811107acd..bbf7ad11cd 100644
--- a/libgimp/gimpenums.c.tail
+++ b/libgimp/gimpenums.c.tail
@@ -187,7 +187,7 @@ gimp_enums_init (void)
 
 /**
  * gimp_enums_get_type_names:
- * @n_type_names: return location for the number of names
+ * @n_type_names: (out): return location for the number of names
  *
  * This function gives access to the list of enums registered by libgimp.
  * The returned array is static and must not be modified.
diff --git a/pdb/enumcode.pl b/pdb/enumcode.pl
index 9516af008d..c3497ad292 100755
--- a/pdb/enumcode.pl
+++ b/pdb/enumcode.pl
@@ -236,7 +236,7 @@ gimp_enums_init (void)
 
 /**
  * gimp_enums_get_type_names:
- * \@n_type_names: return location for the number of names
+ * \@n_type_names: (out): return location for the number of names
  *
  * This function gives access to the list of enums registered by libgimp.
  * The returned array is static and must not be modified.


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