Method

FwupdPluginSmbiossetup_from_path

Declaration [src]

gboolean
fu_smbios_setup_from_path (
  FuSmbios* self,
  const gchar* path,
  GError** error
)

Description [src]

Reads all the SMBIOS values from a specific path.

Available since:1.0.0

Parameters

path const gchar*
 

A path, e.g. /sys/firmware/dmi/tables

 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.