From c4e9f320345ef633867b508fc014ea3f307dacbf Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Dec 2007 15:56:35 +0000 Subject: [PATCH] 2007-12-17 Emmanuele Bassi * clutter/clutter-behaviour-path.c: Clarify the equivalence between the upper and lower bounds of the ClutterAlpha and the position in the path. (#634) --- ChangeLog | 6 ++++++ clutter/clutter-behaviour-path.c | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba62f9377..7d003933a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-17 Emmanuele Bassi + + * clutter/clutter-behaviour-path.c: Clarify the equivalence + between the upper and lower bounds of the ClutterAlpha and + the position in the path. (#634) + 2007-12-17 Emmanuele Bassi * clutter/clutter-texture.c: Mention the fact that a ClutterTexture diff --git a/clutter/clutter-behaviour-path.c b/clutter/clutter-behaviour-path.c index deea0403e..6fa49b4be 100644 --- a/clutter/clutter-behaviour-path.c +++ b/clutter/clutter-behaviour-path.c @@ -35,10 +35,14 @@ * cleared using clutter_behaviour_path_clear(). Each time the behaviour * reaches a knot in the path, the "knot-reached" signal is emitted. * - * Since: 0.2 + * This first knot in the path is reached with the lower bound value + * provided by the #ClutterAlpha objectused by the behaviour; the last + * knot in the path is reached with the upper bound value provided by + * the #ClutterAlpha object used by the behaviour. + * + * #ClutterBehaviourPath is available since Clutter 0.2 */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif