mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: use "Returns:" consistently
Instead of "Return value:".
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user