summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-device.h')
-rw-r--r--gusb/gusb-device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h
index 39d778c..4488653 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -195,6 +195,9 @@ GPtrArray *
g_usb_device_get_interfaces(GUsbDevice *self, GError **error);
GPtrArray *
+g_usb_device_get_events(GUsbDevice *self);
+
+GPtrArray *
g_usb_device_get_bos_descriptors(GUsbDevice *self, GError **error);
GUsbBosDescriptor *
g_usb_device_get_bos_descriptor(GUsbDevice *self, guint8 capability, GError **error);