Constructor
FwupdPluginUsbDevicenew
since: 1.0.2
Declaration [src]
FuUsbDevice*
fu_usb_device_new (
GUsbDevice* usb_device
)
Parameters
usb_device
-
Type:
GUsbDevice
A USB device.
The data is owned by the caller of the function.
Return value
Type: FuUsbDevice
A FuUsbDevice
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |