From 20f908e87f5277a0119db0ac683f348d91b180ab Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 3 May 2012 11:27:22 +0100 Subject: [PATCH] docs: Add annotation for ClutterEventSequence The last remaining undocumented symbol in the API reference according to gtk-doc. --- clutter/clutter-event.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/clutter/clutter-event.h b/clutter/clutter-event.h index b56da5428..7a3685cc4 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 ClutterEventSequence structure is an opaque + * type used to denote the event sequence of a touch event. + * + * Since: 1.12 + */ typedef struct _ClutterEventSequence ClutterEventSequence; /**