Method

FwupdPluginSecurityAttrsfrom_json

Declaration [src]

gboolean
fu_security_attrs_from_json (
  FuSecurityAttrs* self,
  JsonNode* json_node,
  GError** error
)

Description [src]

Imports a JSON node.

Available since:1.9.2

Parameters

json_node JsonNode*
 

A JsonNode.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success.