summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2014-10-08 14:15:26 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-10-10 12:26:44 +0200
commitaf3ee8043e2e04a81858e4d4f10df4c26ada9d51 (patch)
tree65ec6ac3edff83d4b8222cb9df301322dcbbdc71
parent04e2741c687ec9f73f07429202e0d7da9c90cfcf (diff)
Add missing doc for SPICE_CLIENT_USB* errors
-rw-r--r--gtk/spice-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/spice-client.h b/gtk/spice-client.h
index 0e1e49d..f1a7fb3 100644
--- a/gtk/spice-client.h
+++ b/gtk/spice-client.h
@@ -56,6 +56,8 @@ G_BEGIN_DECLS
/**
* SpiceClientError:
* @SPICE_CLIENT_ERROR_FAILED: generic error code
+ * @SPICE_CLIENT_USB_DEVICE_REJECTED: usb device rejected by host
+ * @SPICE_CLIENT_USB_DEVICE_LOST: usb device disconnected (fatal IO error)
*
* Error codes returned by spice-client API.
*/