Function

FwupdSecurityAttrflag_to_string

Declaration [src]

const gchar*
fwupd_security_attr_flag_to_string (
  FwupdSecurityAttrFlags flag
)

Description [src]

Returns the printable string for the flag.

Available since:1.5.0

Parameters

flag FwupdSecurityAttrFlags
 

Security attribute flags, e.g. FWUPD_SECURITY_ATTR_FLAG_SUCCESS.

Return value

Returns: const gchar*
 

String, or NULL.

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