Function
FwupdSecurityAttrflag_to_string
since: 1.5.0
[−]
Declaration [src]
const gchar*
fwupd_security_attr_flag_to_string (
FwupdSecurityAttrFlags flag
)
[−]
Parameters
flag
-
Type:
FwupdSecurityAttrFlags
Security attribute flags, e.g.
FWUPD_SECURITY_ATTR_FLAG_SUCCESS
.
[−]
Return value
Type: const gchar*
String, or NULL
.
The data is owned by the called function. |
The value is a NUL terminated UTF-8 string. |