summaryrefslogtreecommitdiffstats
path: root/src/usb-acl-helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb-acl-helper.h')
-rw-r--r--src/usb-acl-helper.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usb-acl-helper.h b/src/usb-acl-helper.h
index aa5d3d4..e2e27db 100644
--- a/src/usb-acl-helper.h
+++ b/src/usb-acl-helper.h
@@ -57,11 +57,11 @@ GType spice_usb_acl_helper_get_type(void);
SpiceUsbAclHelper *spice_usb_acl_helper_new(void);
-void spice_usb_acl_helper_open_acl(SpiceUsbAclHelper *self,
- gint busnum, gint devnum,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+void spice_usb_acl_helper_open_acl_async(SpiceUsbAclHelper *self,
+ gint busnum, gint devnum,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
gboolean spice_usb_acl_helper_open_acl_finish(
SpiceUsbAclHelper *self, GAsyncResult *res, GError **err);