Function

FwupdSecurityAttrresult_to_string

Declaration [src]

const gchar*
fwupd_security_attr_result_to_string (
  FwupdSecurityAttrResult result
)

Description [src]

Returns the printable string for the result enum.

Available since:1.5.0

Parameters

result FwupdSecurityAttrResult
 

Security attribute result, e.g. FWUPD_SECURITY_ATTR_RESULT_ENABLED.

Return value

Returns: utf8
 

String, or NULL.

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