Update secret-value.c

Fix error in documentation

Fixes: https://gitlab.gnome.org/GNOME/libsecret/-/issues/92
This commit is contained in:
René Kilczan 2024-03-13 21:48:41 +01:00 committed by Niels De Graef
parent e59012225c
commit ae00f7726c

View File

@ -176,7 +176,7 @@ secret_value_get (SecretValue *value,
* *
* The content type must be `text/plain`. * The content type must be `text/plain`.
* *
* Returns: (nullable): the content type * Returns: (nullable): the value
*/ */
const gchar * const gchar *
secret_value_get_text (SecretValue *value) secret_value_get_text (SecretValue *value)