Method

FwupdPluginDeviceset_proxy_guid

Declaration [src]

void
fu_device_set_proxy_guid (
  FuDevice* self,
  const gchar* proxy_guid
)

Description [src]

Sets the GUID of the proxy device. The proxy device may update self.

Available since:1.4.1

Parameters

proxy_guid const gchar*
 

A string, e.g. USB\VID_413C&PID_B06E&hub

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