[clutter] docs: Add annotation for ClutterEventSequence



commit 20f908e87f5277a0119db0ac683f348d91b180ab
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu May 3 11:27:22 2012 +0100

    docs: Add annotation for ClutterEventSequence
    
    The last remaining undocumented symbol in the API reference according to
    gtk-doc.

 clutter/clutter-event.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-event.h b/clutter/clutter-event.h
index b56da54..7a3685c 100644
--- a/clutter/clutter-event.h
+++ b/clutter/clutter-event.h
@@ -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;
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]