Function

FwupdPluginEfiFiletype_to_string

Declaration [src]

const gchar*
fu_efi_file_type_to_string (
  FuEfiFileType val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiFileType

Value, e.g. FU_EFI_FILE_TYPE_RAW.

Return value

Type: const gchar*

Identifier string.

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