Method

FwupdPluginDeviceset_vendor

since: 1.6.2

Declaration [src]

void
fu_device_set_vendor (
  FuDevice* self,
  const gchar* vendor
)

Description [src]

Sets the vendor name on the device.

Available since: 1.6.2

Parameters

vendor

Type: const gchar*

A device vendor.

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