summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 13:47:22 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-22 19:09:20 +0200
commit79ceef90db5c495a17ac9b7aed7a25919fd911e1 (patch)
tree9f191626adcef978d23a1a95cd020f2da2066331
parent459d3466ccd1354cfab4fd510dc89596c9e32be7 (diff)
docs: Add SpiceDisplayClass
-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 d239ed2..e40e1c8 100644
--- a/src/spice-widget.h
+++ b/src/spice-widget.h
@@ -46,6 +46,14 @@ struct _SpiceDisplay {
/* Do not add fields to this struct */
};
+/**
+ * SpiceDisplayClass:
+ * @parent_class: Parent class.
+ * @mouse_grab: Signal class handler for the #SpiceDisplay::mouse_grab signal.
+ * @keyboard_grab: Signal class handler for the #SpiceDisplay::keyboard_grab signal.
+ *
+ * Class structure for #SpiceDisplay.
+ */
struct _SpiceDisplayClass {
GtkDrawingAreaClass parent_class;