From 3a8cc2226b46c9359cd3f4e34f970bfe17763718 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Tue, 7 Aug 2007 12:17:15 +0000 Subject: [PATCH] 2007-08-07 Matthew Allum * clutter/clutter-behaviour-ellipse.c: Add a documentation note regarding ellipse setting the applied actors position. --- ChangeLog | 6 ++++++ clutter/clutter-behaviour-ellipse.c | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index cd91a1369..50e3f6660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-08-07 Matthew Allum + + * clutter/clutter-behaviour-ellipse.c: + Add a documentation note regarding ellipse setting + the applied actors position. + 2007-08-07 Matthew Allum * NEWS: diff --git a/clutter/clutter-behaviour-ellipse.c b/clutter/clutter-behaviour-ellipse.c index 2d9635e7e..c4d39ce2f 100644 --- a/clutter/clutter-behaviour-ellipse.c +++ b/clutter/clutter-behaviour-ellipse.c @@ -32,6 +32,9 @@ * #ClutterBehaviourEllipse interpolates actors along a path defined by * an ellipse. * + * Note, on applying an ellipse behaviour to an actor its position will + * be set to what is dictated by the ellipses initial position. + * * Since: 0.4 */