diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-05-29 18:29:17 +0200 |
---|---|---|
committer | Dieter Verfaillie <dieterv@optionexplicit.be> | 2013-10-08 20:55:11 +0200 |
commit | bcc9f905cc723dd4c2cc4894622ebe14fffa55a8 (patch) | |
tree | d72f6924f189f56e7137326e05c90a66270fbcea /gir | |
parent | 4c23f8ba830cf136916e95d18b5aacdb03bc64b7 (diff) | |
download | gobject-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')
-rw-r--r-- | gir/glib-2.0.c | 4 | ||||
-rw-r--r-- | gir/gobject-2.0.c | 8 |
2 files changed, 3 insertions, 9 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 */ diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c index 903f5f75..cb50341a 100644 --- a/gir/gobject-2.0.c +++ b/gir/gobject-2.0.c @@ -2452,9 +2452,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 was replaced - * by @newval, %FALSE otherwise. - * + * Returns: %TRUE if the existing value for @key was replaced by @newval, %FALSE otherwise. * Since: 2.34 */ @@ -2482,9 +2480,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 @quark was replaced - * by @newval, %FALSE otherwise. - * + * Returns: %TRUE if the existing value for @quark was replaced by @newval, %FALSE otherwise. * Since: 2.34 */ |