summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2022-10-26 09:10:31 +0100
committerRichard Hughes <richard@hughsie.com>2022-10-26 09:20:05 +0100
commitfa2556b755343dfd973b05ac101ba2c8b20645db (patch)
tree58214bc30b6fa109b0dd475209f0a11ebe01b3ca /gusb/gusb-device.h
parent45715f8cc484f04e36b9667834678edc43742306 (diff)
downloadgusb-fa2556b755343dfd973b05ac101ba2c8b20645db.tar.gz
Export g_usb_device_has_tag()
Diffstat (limited to 'gusb/gusb-device.h')
-rw-r--r--gusb/gusb-device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gusb/gusb-device.h b/gusb/gusb-device.h
index 850fc8d..5c5a3d6 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -172,6 +172,8 @@ g_usb_device_get_device_protocol(GUsbDevice *self);
void
g_usb_device_add_tag(GUsbDevice *self, const gchar *tag);
+gboolean
+g_usb_device_has_tag(GUsbDevice *self, const gchar *tag);
guint8
g_usb_device_get_configuration_index(GUsbDevice *self);