summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 14:13:36 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-22 19:09:20 +0200
commit50ff13eec69248f3648a7874ba2476cf9865a047 (patch)
treed17fa3660f4c2f4971f38d79309c6a18044c849e
parent3751f9a3ab4457249cf7342a196aa549ca393b1b (diff)
docs: Add SpiceDisplayKeyEvent
-rw-r--r--src/spice-widget.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/spice-widget.h b/src/spice-widget.h
index e40e1c8..1af9dee 100644
--- a/src/spice-widget.h
+++ b/src/spice-widget.h
@@ -69,6 +69,14 @@ struct _SpiceDisplayClass {
gchar _spice_reserved[SPICE_RESERVED_PADDING];
};
+/**
+ * SpiceDisplayKeyEvent:
+ * @SPICE_DISPLAY_KEY_EVENT_PRESS: key press
+ * @SPICE_DISPLAY_KEY_EVENT_RELEASE: key release
+ * @SPICE_DISPLAY_KEY_EVENT_CLICK: key click
+ *
+ * Constants for key events.
+ */
typedef enum
{
SPICE_DISPLAY_KEY_EVENT_PRESS = 1,