docs: Add annotation for ClutterEventSequence
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 3 May 2012 10:27:22 +0000 (11:27 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 3 May 2012 10:27:22 +0000 (11:27 +0100)
The last remaining undocumented symbol in the API reference according to
gtk-doc.

clutter/clutter-event.h

index b56da54..7a3685c 100644 (file)
@@ -66,7 +66,7 @@ G_BEGIN_DECLS
 /**
  * CLUTTER_EVENT_STOP:
  *
- * Stops the propagattion of an event; this macro should be used
+ * Stops the propagation of an event; this macro should be used
  * in event-related signals.
  *
  * Since: 1.10
@@ -115,6 +115,14 @@ typedef struct _ClutterStageStateEvent  ClutterStageStateEvent;
 typedef struct _ClutterCrossingEvent    ClutterCrossingEvent;
 typedef struct _ClutterTouchEvent       ClutterTouchEvent;
 
+/**
+ * ClutterEventSequence:
+ *
+ * The <structname>ClutterEventSequence</structname> structure is an opaque
+ * type used to denote the event sequence of a touch event.
+ *
+ * Since: 1.12
+ */
 typedef struct _ClutterEventSequence    ClutterEventSequence;
 
 /**