Function

FwupdPluginprocessor_mitigation_flags_to_string

Declaration [src]

gchar*
fu_processor_mitigation_flags_to_string (
  FuProcessorMitigationFlags val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuProcessorMitigationFlags

Value, e.g. FU_PROCESSOR_MITIGATION_FLAG_GDS.

Return value

Type: gchar*

Identifier string.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.