summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-01-20 18:33:53 +0000
committerRichard Hughes <richard@hughsie.com>2021-01-20 18:33:53 +0000
commitfe11d52a050463f2ba82d3539258b82ca57e1293 (patch)
treeb23032bb274c9e424a980669f1967096eae75577 /gusb/libgusb.ver
parent87333b579758c87d87ad9929931b654437186d71 (diff)
downloadgusb-fe11d52a050463f2ba82d3539258b82ca57e1293.tar.gz
Add g_usb_device_get_string_descriptor_bytes()wip/hughsie/g_usb_device_get_string_descriptor_bytes
This is requried for the GD32VF103 device.
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver6
1 files changed, 6 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index b32ca1c..7c9e044 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -147,3 +147,9 @@ LIBGUSB_0.3.5 {
g_usb_device_get_configuration_index;
local: *;
} LIBGUSB_0.3.3;
+
+LIBGUSB_0.3.6 {
+ global:
+ g_usb_device_get_string_descriptor_bytes;
+ local: *;
+} LIBGUSB_0.3.5;