docs: use "Returns:" consistently

Instead of "Return value:".
This commit is contained in:
William Jon McCann
2014-02-19 19:35:23 -05:00
parent 9cb53851be
commit 20f4d1820b
93 changed files with 600 additions and 600 deletions

View File

@@ -327,7 +327,7 @@ g_tls_password_set_value_full (GTlsPassword *password,
*
* Get flags about the password.
*
* Return value: The flags about the password.
* Returns: The flags about the password.
*
* Since: 2.30
*/
@@ -364,7 +364,7 @@ g_tls_password_set_flags (GTlsPassword *password,
*
* Get a description string about what the password will be used for.
*
* Return value: The description of the password.
* Returns: The description of the password.
*
* Since: 2.30
*/
@@ -407,7 +407,7 @@ g_tls_password_set_description (GTlsPassword *password,
* representation of the password flags returned from
* g_tls_password_get_flags().
*
* Return value: The warning.
* Returns: The warning.
*
* Since: 2.30
*/