Method

FwupdPluginSmbiossetup_from_file

Declaration [src]

gboolean
fu_smbios_setup_from_file (
  FuSmbios* self,
  const gchar* filename,
  GError** error
)

Description [src]

Reads all the SMBIOS values from a DMI blob.

Available since:1.0.0

Parameters

filename const gchar*
 

A filename.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success.