Signal
SpiceClientGtkUsbDeviceWidget::connect-failed
Declaration
void
connect_failed (
SpiceUsbDeviceWidget* self,
SpiceUsbDevice* device,
GError* error,
gpointer user_data
)
Description [src]
The SpiceUsbDeviceWidget::connect-failed signal is emitted whenever
the user has requested for a device to be redirected and this has failed.
| Default handler: The default handler is called before the handlers added via |
Parameters
device-
Type:
SpiceUsbDeviceSpiceUsbDeviceboxed object corresponding to the added device.The data is owned by the caller of the function. error-
Type:
GErrorGErrordescribing the reason why the connect failed.The data is owned by the caller of the function.