summaryrefslogtreecommitdiff
path: root/gusb
diff options
context:
space:
mode:
authorDominique Leuenberger <dimstar@opensuse.org>2016-05-25 14:56:53 +0200
committerDominique Leuenberger <dimstar@opensuse.org>2016-05-25 14:56:53 +0200
commitcfaab3e523c11800b6d77c1d10ce0c71799a4482 (patch)
treeb43e918d35970b563b81ca83ff33dde37e5bd6ca /gusb
parent9fa39d23759974891f1977b6ce14d4c0006624c5 (diff)
downloadgusb-cfaab3e523c11800b6d77c1d10ce0c71799a4482.tar.gz
Fixup symbol version table up to version 0.2.9
Diffstat (limited to 'gusb')
-rw-r--r--gusb/libgusb.ver24
1 files changed, 24 insertions, 0 deletions
diff --git a/gusb/libgusb.ver b/gusb/libgusb.ver
index c292cb2..9bf7765 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -37,4 +37,28 @@ LIBGUSB_0.2.4 {
LIBGUSB_0.2.5 {
global:
g_usb_device_get_custom_index;
+ g_usb_context_get_main_context;
+ g_usb_context_set_main_context;
} LIBGUSB_0.2.4;
+
+LIBGUSB_0.2.8 {
+ global:
+ g_usb_device_get_interface;
+ g_usb_device_get_interfaces;
+ g_usb_device_get_release;
+ g_usb_device_set_interface_alt;
+ g_usb_interface_get_alternate;
+ g_usb_interface_get_class;
+ g_usb_interface_get_extra;
+ g_usb_interface_get_index;
+ g_usb_interface_get_kind;
+ g_usb_interface_get_length;
+ g_usb_interface_get_number;
+ g_usb_interface_get_protocol;
+ g_usb_interface_get_subclass;
+} LIBGUSB_0.2.5
+
+LIBGUSB_0.2.9 {
+ global:
+ g_usb_context_wait_for_replug;
+} LIBGUSB_0.2.8