Function

Fwupdtrust_flag_to_string

Declaration [src]

const gchar*
fwupd_trust_flag_to_string (
  FwupdTrustFlags trust_flag
)

Description [src]

Converts an enumerated trust flag to a string.

Available since:0.7.0

Parameters

trust_flag FwupdTrustFlags
 

The trust flags, e.g. FWUPD_TRUST_FLAG_PAYLOAD.

Return value

Returns: utf8
 

Identifier string.

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