From 469d333aa27c67f7d9b2f3923d62fef8519ff2ba Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 19 Feb 2014 18:49:43 -0500 Subject: docs: use Returns: consistently Instead of Return value: --- gtk/gtkiconcachevalidator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkiconcachevalidator.c') diff --git a/gtk/gtkiconcachevalidator.c b/gtk/gtkiconcachevalidator.c index a4e6947826..81a26e5914 100644 --- a/gtk/gtkiconcachevalidator.c +++ b/gtk/gtkiconcachevalidator.c @@ -378,7 +378,7 @@ check_hash (CacheInfo *info, * be deserialized. The amount of validation can * be controlled with the @flags field. * - * Return value: %TRUE if the cache is valid + * Returns: %TRUE if the cache is valid */ gboolean _gtk_icon_cache_validate (CacheInfo *info) -- cgit v1.2.1