Method

FwupdPluginDeviceset_equivalent_id

Declaration [src]

void
fu_device_set_equivalent_id (
  FuDevice* self,
  const gchar* equivalent_id
)

Description [src]

Sets any equivalent ID for a device.

Available since:0.6.1

Parameters

equivalent_id const gchar*
 

A string.

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