Method
GUsbDeviceget_string_descriptor_bytes_full
Declaration
GBytes*
g_usb_device_get_string_descriptor_bytes_full (
GUsbDevice* self,
guint8 desc_index,
guint16 langid,
gsize length,
GError** error
)
Description
Get a raw string descriptor from the device. The returned string should be freed
with g_bytes_unref()
when no longer needed.
Available since: | 0.3.8 |