Method

GioTlsPasswordget_warning

since: 2.30

Declaration [src]

const gchar*
g_tls_password_get_warning (
  GTlsPassword* password
)

Description [src]

Get a user readable translated warning. Usually this warning is a representation of the password flags returned from g_tls_password_get_flags().

Available since: 2.30

Return value

Type: const gchar*

The warning.

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