Function

FwupdPluginEfiSignaturekind_to_string

since: 1.5.5

Declaration [src]

const gchar*
fu_efi_signature_kind_to_string (
  FuEfiSignatureKind kind
)

Description [src]

Converts the signature kind to a text representation.

Available since: 1.5.5

Parameters

kind

Type: FuEfiSignatureKind

A FuEfiSignatureKind, e.g. FU_EFI_SIGNATURE_KIND_X509

Return value

Type: const gchar*

Text, e.g. x509_cert

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