summaryrefslogtreecommitdiff
path: root/gusb/libgusb.ver
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2023-02-01 10:10:17 +0000
committerRichard Hughes <richard@hughsie.com>2023-02-01 13:14:30 +0000
commit1c864690b40cc686f1c948d0a5b388e0e0f785be (patch)
treefadbe887964e958f6012e788f3e96fd37244f0c7 /gusb/libgusb.ver
parent2930df1e0f1bf97d7c8e6633cd8b2031c21d2fd2 (diff)
downloadgusb-1c864690b40cc686f1c948d0a5b388e0e0f785be.tar.gz
Add g_usb_device_get_created() to better detect emulated replug
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 2e85f0b..50165b1 100644
--- a/gusb/libgusb.ver
+++ b/gusb/libgusb.ver
@@ -208,3 +208,9 @@ LIBGUSB_0.4.4 {
g_usb_device_remove_tag;
local: *;
} LIBGUSB_0.4.3;
+
+LIBGUSB_0.4.5 {
+ global:
+ g_usb_device_get_created;
+ local: *;
+} LIBGUSB_0.4.4;