Function

FwupdPluginEfiSectiontype_to_string

Declaration [src]

const gchar*
fu_efi_section_type_to_string (
  FuEfiSectionType val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuEfiSectionType

Value, e.g. FU_EFI_SECTION_TYPE_GUID_DEFINED.

Return value

Type: const gchar*

Identifier string.

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