Function
FwupdSecurityAttrresult_to_string
since: 1.5.0
[−]
Declaration [src]
const gchar*
fwupd_security_attr_result_to_string (
FwupdSecurityAttrResult result
)
[−]
Parameters
result
-
Type:
FwupdSecurityAttrResult
Security attribute result, e.g.
FWUPD_SECURITY_ATTR_RESULT_ENABLED
.
[−]
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. |