Method

FwupdPluginUdevDeviceset_dev

Declaration [src]

void
fu_udev_device_set_dev (
  FuUdevDevice* self,
  GObject* udev_device
)

Description [src]

Sets the GUdevDevice. This may need to be used to replace the actual device used for reads and writes before the device is probed.

Available since:1.6.2

Parameters

udev_device GObject
 

A GUdevDevice.

 The data is owned by the caller of the function.