[clutter/clutter-1.14] docs: Use the correct signal name



commit 04faded71799f1e67dfc1cdf0d8c20e78da3d1b4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Aug 16 10:15:57 2013 +0100

    docs: Use the correct signal name
    
    ClutterTransition:remove-on-complete uses the ClutterTimeline::stopped
    signal, as it's the signal that tells us that the timeline's duration
    has fully elapsed.
    
    (cherry picked from commit edf00747ef3bb955ad48a2191cdec33524156298)
    Signed-off-by: Emmanuele Bassi <ebassi gnome org>

 clutter/clutter-transition.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/clutter-transition.c b/clutter/clutter-transition.c
index ec6055b..0a72ba7 100644
--- a/clutter/clutter-transition.c
+++ b/clutter/clutter-transition.c
@@ -269,7 +269,7 @@ clutter_transition_class_init (ClutterTransitionClass *klass)
    *
    * Whether the #ClutterTransition should be automatically detached
    * from the #ClutterTransition:animatable instance whenever the
-   * #ClutterTimeline::completed signal is emitted.
+   * #ClutterTimeline::stopped signal is emitted.
    *
    * The #ClutterTransition:remove-on-complete property takes into
    * account the value of the #ClutterTimeline:repeat-count property,


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