summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2019-11-15 16:10:23 +0000
committerRichard Hughes <richard@hughsie.com>2019-11-15 16:44:35 +0000
commit13233c38eed954baf0ca3a95a23bd28ae02c8ba7 (patch)
tree51504e90ddc18d0282a01603f2e1458edc974027 /gusb/libgusb.ver
parent22d3321aeadfa77054653a1a092a5ffb053692e6 (diff)
downloadgusb-13233c38eed954baf0ca3a95a23bd28ae02c8ba7.tar.gz
Add g_usb_device_get_spec()
Sometimes we do care about the USB version number of the device.
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver5
1 files changed, 5 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index c4f9181..a2e07eb 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -68,3 +68,8 @@ LIBGUSB_0.2.11 {
g_usb_context_set_flags;
g_usb_context_get_flags;
} LIBGUSB_0.2.9;
+
+LIBGUSB_0.3.1 {
+ global:
+ g_usb_device_get_spec;
+} LIBGUSB_0.2.11;