summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-04-29 15:43:05 +0100
committerRichard Hughes <richard@hughsie.com>2015-04-29 16:38:29 +0100
commitaa171e23369fdb52ce334abc4c5e6248131599be (patch)
tree7d66e66da83d50791c78f4824b4086c886b301cd /gusb/libgusb.ver
parent0d27ed093cb3de84f7fdf66ada6d6089720c08fe (diff)
downloadgusb-aa171e23369fdb52ce334abc4c5e6248131599be.tar.gz
Add g_usb_device_get_custom_index()
This allows us to get the string index for a given interface descriptor.
Diffstat (limited to 'gusb/libgusb.ver')
-rw-r--r--gusb/libgusb.ver4
1 files changed, 4 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index e6cf69e..c292cb2 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -34,3 +34,7 @@ LIBGUSB_0.2.4 {
g_usb_context_find_by_platform_id;
} LIBGUSB_0.2.2;
+LIBGUSB_0.2.5 {
+ global:
+ g_usb_device_get_custom_index;
+} LIBGUSB_0.2.4;