[clutter] tap-action: Fix the docs, it does not require actors with children



commit 56844a2b753788c1df23bc209d1bf35e85d73e09
Author: Emanuele Aina <emanuele aina collabora com>
Date:   Mon Apr 1 19:10:36 2013 +0200

    tap-action: Fix the docs, it does not require actors with children

 clutter/clutter-tap-action.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-tap-action.c b/clutter/clutter-tap-action.c
index 3424455..caa00a1 100644
--- a/clutter/clutter-tap-action.c
+++ b/clutter/clutter-tap-action.c
@@ -40,7 +40,7 @@
  * the logic for recognizing mouse clicks and touch tap gestures.
  *
  * The simplest usage of #ClutterTapAction consists in adding it to
- * a #ClutterActor with a child, setting it as reactive and connecting a
+ * a #ClutterActor, setting it as reactive and connecting a
  * callback for the #ClutterTapAction::tap signal, along the lines of the
  * following code:
  *


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