Method

GUsbDeviceEventset_bytes

since: 0.4.0

Declaration

void
g_usb_device_event_set_bytes (
  GUsbDeviceEvent* self,
  GBytes* bytes
)

Description

Set the bytes data to the event.

Available since: 0.4.0

Parameters

bytes

Type: GBytes

A GBytes.

The data is owned by the caller of the method.