Function

FwupdPluginefi_lz77_decompressor_version_to_string

Declaration [src]

const gchar*
fu_efi_lz77_decompressor_version_to_string (
  FuEfiLz77DecompressorVersion val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiLz77DecompressorVersion

Value, e.g. FU_EFI_LZ77_DECOMPRESSOR_VERSION_LEGACY.

Return value

Type: const gchar*

Identifier string.

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