Method

FwupdPluginHwidsget_replace_keys

Declaration [src]

const gchar*
fu_hwids_get_replace_keys (
  FuHwids* self,
  const gchar* key
)

Description [src]

Gets the defined values for a well known value.

Available since:0.9.3

Parameters

key const gchar*
 

A CHID key, e.g. HardwareID-03

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.

Return value

Returns: utf8
 

The replacement value, e.g. Manufacturer&ProductName, or NULL for error.

 The data is owned by the instance.
 The string is a NUL terminated UTF-8 string.