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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gusb/gusb-context.h b/gusb/gusb-context.h
index 3c47b5e..b1d4d54 100644
--- a/gusb/gusb-context.h
+++ b/gusb/gusb-context.h
@@ -22,12 +22,13 @@ struct _GUsbContextClass {
GObjectClass parent_class;
void (*device_added)(GUsbContext *self, GUsbDevice *device);
void (*device_removed)(GUsbContext *self, GUsbDevice *device);
+ void (*device_changed)(GUsbContext *self, GUsbDevice *device);
/*< private >*/
/*
* If adding fields to this struct, remove corresponding
* amount of padding to avoid changing overall struct size
*/
- gchar _gusb_reserved[62];
+ gchar _gusb_reserved[61];
};
typedef enum { G_USB_CONTEXT_ERROR_INTERNAL } GUsbContextError;