[gimp] gir: Found some more missing (out) annotations



commit 99a7d5f7dd31426d105f49210c6f85b4bd83550a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun May 3 18:12:37 2020 +0200

    gir: Found some more missing (out) annotations

 libgimpcolor/gimprgb-parse.c |  4 ++--
 libgimpconfig/gimpscanner.c  | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/libgimpcolor/gimprgb-parse.c b/libgimpcolor/gimprgb-parse.c
index 8e50b99ce6..1b8bb074d1 100644
--- a/libgimpcolor/gimprgb-parse.c
+++ b/libgimpcolor/gimprgb-parse.c
@@ -375,8 +375,8 @@ gimp_rgba_parse_css (GimpRGB     *rgba,
 
 /**
  * gimp_rgb_list_names:
- * @names:  return location for an array of color names
- * @colors: return location for an array of GimpRGB structs
+ * @names: (out): return location for an array of color names
+ * @colors: (out): return location for an array of GimpRGB structs
  *
  * Returns the list of <ulink
  * url="https://www.w3.org/TR/SVG/types.html";>SVG 1.0 color
diff --git a/libgimpconfig/gimpscanner.c b/libgimpconfig/gimpscanner.c
index 3a620b2bec..110c099c78 100644
--- a/libgimpconfig/gimpscanner.c
+++ b/libgimpconfig/gimpscanner.c
@@ -374,7 +374,7 @@ gimp_scanner_parse_token (GimpScanner *scanner,
  * gimp_scanner_parse_identifier:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @identifier: the expected identifier.
+ * @identifier: (out): the expected identifier.
  *
  * Returns: %TRUE if the next token is an identifier and if its
  * value matches @identifier.
@@ -400,7 +400,7 @@ gimp_scanner_parse_identifier (GimpScanner *scanner,
  * gimp_scanner_parse_string:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed string
+ * @dest: (out): Return location for the parsed string
  *
  * Returns: %TRUE on success
  *
@@ -437,7 +437,7 @@ gimp_scanner_parse_string (GimpScanner  *scanner,
  * gimp_scanner_parse_string_no_validate:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed string
+ * @dest: (out): Return location for the parsed string
  *
  * Returns: %TRUE on success
  *
@@ -465,7 +465,7 @@ gimp_scanner_parse_string_no_validate (GimpScanner  *scanner,
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
  * @length: Length of the data to parse
- * @dest: Return location for the parsed data
+ * @dest: (out): Return location for the parsed data
  *
  * Returns: %TRUE on success
  *
@@ -493,7 +493,7 @@ gimp_scanner_parse_data (GimpScanner  *scanner,
  * gimp_scanner_parse_int:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed integer
+ * @dest: (out): Return location for the parsed integer
  *
  * Returns: %TRUE on success
  *
@@ -528,7 +528,7 @@ gimp_scanner_parse_int (GimpScanner *scanner,
  * gimp_scanner_parse_int64:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed integer
+ * @dest: (out): Return location for the parsed integer
  *
  * Returns: %TRUE on success
  *
@@ -563,7 +563,7 @@ gimp_scanner_parse_int64 (GimpScanner *scanner,
  * gimp_scanner_parse_float:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed float
+ * @dest: (out): Return location for the parsed float
  *
  * Returns: %TRUE on success
  *
@@ -621,7 +621,7 @@ gimp_scanner_parse_float (GimpScanner *scanner,
  * gimp_scanner_parse_boolean:
  * @scanner: A #GimpScanner created by gimp_scanner_new_file() or
  *           gimp_scanner_new_string()
- * @dest: Return location for the parsed boolean
+ * @dest: (out): Return location for the parsed boolean
  *
  * Returns: %TRUE on success
  *


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