summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
authorEmmanuel Pacaud <emmanuel@gnome.org>2020-01-17 16:46:54 +0100
committerRichard Hughes <richard@hughsie.com>2020-01-20 14:06:14 +0000
commit8e1b23f5f6acfe18ef2500cfcd7def68603dcd21 (patch)
tree934ec215dffc0c038d0b6828bce60f5c9fbe1a9b /gusb/libgusb.ver
parent17f9cda073459fc673a99bd281e929a999643374 (diff)
downloadgusb-8e1b23f5f6acfe18ef2500cfcd7def68603dcd21.tar.gz
Add a thin glib wrapper around libusb_endpoint_descriptor
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver11
1 files changed, 11 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index a2e07eb..4afc230 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -73,3 +73,14 @@ LIBGUSB_0.3.1 {
global:
g_usb_device_get_spec;
} LIBGUSB_0.2.11;
+
+LIBGUSB_0.3.3 {
+ global:
+ g_usb_interface_get_endpoints;
+ g_usb_endpoint_get_kind;
+ g_usb_endpoint_get_maximum_packet_size;
+ g_usb_endpoint_get_polling_interval;
+ g_usb_endpoint_get_address;
+ g_usb_endpoint_get_direction;
+ g_usb_endpoint_get_extra;
+} LIBGUSB_0.3.1;