Function

FwupdPlugincbor_special_value_to_string

Declaration [src]

const gchar*
fu_cbor_special_value_to_string (
  FuCborSpecialValue val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuCborSpecialValue

Value, e.g. FU_CBOR_SPECIAL_VALUE_TRUE.

Return value

Type: const gchar*

Identifier string.

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