summaryrefslogtreecommitdiff
path: root/gusb/gusb-device-event-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-device-event-private.h')
-rw-r--r--gusb/gusb-device-event-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gusb/gusb-device-event-private.h b/gusb/gusb-device-event-private.h
index 5bd8616..4d4551a 100644
--- a/gusb/gusb-device-event-private.h
+++ b/gusb/gusb-device-event-private.h
@@ -19,6 +19,8 @@ void
_g_usb_device_event_set_bytes_raw(GUsbDeviceEvent *self, gconstpointer buf, gsize bufsz);
void
_g_usb_device_event_set_status(GUsbDeviceEvent *self, gint status);
+void
+_g_usb_device_event_set_rc(GUsbDeviceEvent *self, gint rc);
gboolean
_g_usb_device_event_load(GUsbDeviceEvent *self, JsonObject *json_object, GError **error);