Signal
SpiceClientGLibUsbDeviceManager::device-error
Declaration
void
device_error (
SpiceUsbDeviceManager* self,
SpiceUsbDevice* device,
GError* error,
gpointer user_data
)
Description [src]
The SpiceUsbDeviceManager::device-error signal is emitted whenever an
error happens which causes a device to no longer be available to the guest.
| Default handler: The default handler is called before the handlers added via |
Parameters
device-
Type:
SpiceUsbDeviceSpiceUsbDeviceboxed object corresponding to the device which has an error.The data is owned by the caller of the function. error-
Type:
GErrorGErrordescribing the error.The data is owned by the caller of the function.