Function

FwupdPluginefi_status_to_string

Declaration [src]

const gchar*
fu_efi_status_to_string (
  FuEfiStatus val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiStatus

Value, e.g. FU_EFI_STATUS_LOAD_ERROR.

Return value

Type: const gchar*

Identifier string.

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