Function

FwupdPlugincoswid_hash_alg_to_string

since: 1.0

Declaration [src]

const gchar*
fu_coswid_hash_alg_to_string (
  FuCoswidHashAlg val
)

Description [src]

Converts an enumerated value to a string.

Available since: 1.0

Parameters

val

Type: FuCoswidHashAlg

Value, e.g. FU_COSWID_HASH_ALG_SHA256

Return value

Type: const gchar*

Identifier string.

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