Method

FwupdPluginHwidsget_replace_values

Declaration [src]

gchar*
fu_hwids_get_replace_values (
  FuHwids* self,
  const gchar* keys,
  GError** error
)

Description [src]

Gets the replacement values for a HardwareID key or plain key.

Available since:0.9.3

Parameters

keys const gchar*
 

A key, e.g. HardwareID-3 or FU_HWIDS_KEY_PRODUCT_SKU.

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

Return value

Returns: gchar*
 

A string, e.g. LENOVO&ThinkPad T440s, or NULL for error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.