Function

FwupdPlugincbor_tag_to_string

Declaration [src]

const gchar*
fu_cbor_tag_to_string (
  FuCborTag val
)

Description [src]

Converts an enumerated value to a string.

Parameters

val

Type: FuCborTag

Value, e.g. FU_CBOR_TAG_NEG_INT.

Return value

Type: const gchar*

Identifier string.

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