Method

FwupdPluginDeviceset_vendor

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 const gchar*
 

A device vendor.

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