Function

FwupdSecurityAttrresult_from_string

since: 1.7.1

Declaration [src]

FwupdSecurityAttrResult
fwupd_security_attr_result_from_string (
  const gchar* result
)

Description [src]

Converts a string to an enumerated result.

Available since: 1.7.1

Parameters

result

Type: const gchar*

A string, e.g. not-encrypted

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: FwupdSecurityAttrResult

Enumerated value.