Function

FwupdPluginEfiLoadOptionkind_to_string

Declaration [src]

const gchar*
fu_efi_load_option_kind_to_string (
  FuEfiLoadOptionKind val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiLoadOptionKind

Value, e.g. FU_EFI_LOAD_OPTION_KIND_PATH.

Return value

Type: const gchar*

Identifier string.

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