Method
SecretValueget
Declaration [src]
const gchar*
secret_value_get (
SecretValue* value,
gsize* length
)
Description [src]
Get the secret data in the SecretValue
.
The value is not necessarily null-terminated unless it was created with
secret_value_new()
or a null-terminated string was passed to
secret_value_new_full()
.