summaryrefslogtreecommitdiff
path: root/gusb/gusb-autocleanups.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-autocleanups.h')
-rw-r--r--gusb/gusb-autocleanups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gusb/gusb-autocleanups.h b/gusb/gusb-autocleanups.h
index 0adf613..ce7dc45 100644
--- a/gusb/gusb-autocleanups.h
+++ b/gusb/gusb-autocleanups.h
@@ -29,6 +29,7 @@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbDevice, g_object_unref)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbInterface, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbDeviceList, g_object_unref)
#endif