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 f633520..b1542da 100644
--- a/gusb/gusb-context.h
+++ b/gusb/gusb-context.h
@@ -41,6 +41,7 @@ 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,
+ G_USB_CONTEXT_FLAGS_SAVE_REMOVED_DEVICES = 1 << 2,
/*< private >*/
G_USB_CONTEXT_FLAGS_LAST
} GUsbContextFlags;