Function

FwupdPlugincfu_rr_code_to_string

Declaration [src]

const gchar*
fu_cfu_rr_code_to_string (
  FuCfuRrCode val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuCfuRrCode

Value, e.g. FU_CFU_RR_CODE_OFFER_REJECT_INV_COMPONENT.

Return value

Type: const gchar*

Identifier string.

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