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 a39565f..3352ce7 100644
--- a/gusb/gusb-context.h
+++ b/gusb/gusb-context.h
@@ -40,6 +40,7 @@ typedef enum { G_USB_CONTEXT_ERROR_INTERNAL } GUsbContextError;
typedef enum {
G_USB_CONTEXT_FLAGS_NONE = 0,
G_USB_CONTEXT_FLAGS_AUTO_OPEN_DEVICES = 1 << 0,
+ G_USB_CONTEXT_FLAGS_SAVE_EVENTS = 1 << 1,
/*< private >*/
G_USB_CONTEXT_FLAGS_LAST
} GUsbContextFlags;