Function

FwupdPluginTpmEventlogItemkind_to_string

Declaration [src]

const gchar*
fu_tpm_eventlog_item_kind_to_string (
  FuTpmEventlogItemKind val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuTpmEventlogItemKind

Value, e.g. FU_TPM_EVENTLOG_ITEM_KIND_POST_CODE.

Return value

Type: const gchar*

Identifier string.

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