Method

SecretValueget_content_type

Declaration [src]

const gchar*
secret_value_get_content_type (
  SecretValue* value
)

Description [src]

Get the content type of the secret value, such as text/plain.

Return value

Type: const gchar*

The content type.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.