Method
FwupdPluginDeviceset_proxy
Declaration [src]
void
fu_device_set_proxy (
FuDevice* self,
FuDevice* proxy
)
Description [src]
Sets any proxy device. A proxy device can be used to perform an action on
behalf of another device, for instance attach()
ing it after a successful update.
Available since: | 1.4.1 |
Parameters
proxy |
FuDevice |
A device. |
|
The data is owned by the caller of the function. |