summaryrefslogtreecommitdiff
path: root/gusb/gusb-device.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2023-01-24 13:54:14 +0000
committerRichard Hughes <richard@hughsie.com>2023-01-24 14:13:28 +0000
commit7b2cd2fbded8456dc5ee6021a5e74e24f325fe2f (patch)
tree8ff011179fc024542c9934a5b56b9ae2729e0af4 /gusb/gusb-device.h
parent6ecb11a5845cf5773d7e711c96ab4c2971fda766 (diff)
downloadgusb-7b2cd2fbded8456dc5ee6021a5e74e24f325fe2f.tar.gz
Add g_usb_device_get_tags() for future use
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 124dd57..17621e3 100644
--- a/gusb/gusb-device.h
+++ b/gusb/gusb-device.h
@@ -178,6 +178,8 @@ void
g_usb_device_remove_tag(GUsbDevice *self, const gchar *tag);
gboolean
g_usb_device_has_tag(GUsbDevice *self, const gchar *tag);
+GPtrArray *
+g_usb_device_get_tags(GUsbDevice *self);
guint8
g_usb_device_get_configuration_index(GUsbDevice *self);