Function

FwupdPluginCfuOfferinfo_code_to_string

Declaration [src]

const gchar*
fu_cfu_offer_info_code_to_string (
  FuCfuOfferInfoCode val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuCfuOfferInfoCode

Value, e.g. FU_CFU_OFFER_INFO_CODE_START_OFFER_LIST.

Return value

Type: const gchar*

Identifier string.

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