Method

FwupdPluginBiosSettingsfrom_json

Declaration [src]

gboolean
fu_bios_settings_from_json (
  FuBiosSettings* self,
  JsonNode* json_node,
  GError** error
)

Description [src]

Loads FwupdBiosSetting objects from a JSON node.

Available since:1.8.4

Parameters

json_node JsonNode*
 

A Json node to parse from.

 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 if the objects were imported.