summaryrefslogtreecommitdiff
path: root/gusb/gusb-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-context.h')
-rw-r--r--gusb/gusb-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gusb/gusb-context.h b/gusb/gusb-context.h
index b1542da..3c47b5e 100644
--- a/gusb/gusb-context.h
+++ b/gusb/gusb-context.h
@@ -42,6 +42,7 @@ typedef enum {
G_USB_CONTEXT_FLAGS_AUTO_OPEN_DEVICES = 1 << 0,
G_USB_CONTEXT_FLAGS_SAVE_EVENTS = 1 << 1,
G_USB_CONTEXT_FLAGS_SAVE_REMOVED_DEVICES = 1 << 2,
+ G_USB_CONTEXT_FLAGS_DEBUG = 1 << 3,
/*< private >*/
G_USB_CONTEXT_FLAGS_LAST
} GUsbContextFlags;