Function

FwupdPluginelf_section_header_type_to_string

Declaration [src]

const gchar*
fu_elf_section_header_type_to_string (
  FuElfSectionHeaderType val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuElfSectionHeaderType

Value, e.g. FU_ELF_SECTION_HEADER_TYPE_PROGBITS.

Return value

Type: const gchar*

Identifier string.

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