Method
GUsbDeviceget_string_descriptor
Declaration
gchar*
g_usb_device_get_string_descriptor (
GUsbDevice* self,
guint8 desc_index,
GError** error
)
Description
Get a string descriptor from the device. The returned string should be freed
with g_free()
when no longer needed.
Available since: | 0.1.0 |