summaryrefslogtreecommitdiff
path: root/gir/glib-2.0.c
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-05-29 18:29:17 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-10-08 20:55:11 +0200
commitbcc9f905cc723dd4c2cc4894622ebe14fffa55a8 (patch)
treed72f6924f189f56e7137326e05c90a66270fbcea /gir/glib-2.0.c
parent4c23f8ba830cf136916e95d18b5aacdb03bc64b7 (diff)
downloadgobject-introspection-bcc9f905cc723dd4c2cc4894622ebe14fffa55a8.tar.gz
giscanner: restore support for 'Return:' and 'Returns value:' tags
Accepted by old version of annotationparser.py and actually encountered in the wild. Internaly normalize to 'Returns:'.
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r--gir/glib-2.0.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index afd3b800..aeb682d1 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -11793,9 +11793,7 @@
* or may not include using @old_destroy as sometimes replacement
* should not destroy the object in the normal way.
*
- * Return: %TRUE if the existing value for @key_id was replaced
- * by @newval, %FALSE otherwise.
- *
+ * Returns: %TRUE if the existing value for @key_id was replaced by @newval, %FALSE otherwise.
* Since: 2.34
*/