Function

FwupdPluginEfiVolumeext_entry_type_to_string

Declaration [src]

const gchar*
fu_efi_volume_ext_entry_type_to_string (
  FuEfiVolumeExtEntryType val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiVolumeExtEntryType

Value, e.g. FU_EFI_VOLUME_EXT_ENTRY_TYPE_GUID.

Return value

Type: const gchar*

Identifier string.

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