summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-08-16 10:15:57 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2013-11-20 23:19:05 +0000
commit04faded71799f1e67dfc1cdf0d8c20e78da3d1b4 (patch)
treef444ac4e47e5cff42abd6f4222b35da3616beb64
parent0632c424973dc12c03e5a3e9a0b7c89b2546fd66 (diff)
downloadclutter-04faded71799f1e67dfc1cdf0d8c20e78da3d1b4.tar.gz
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>
-rw-r--r--clutter/clutter-transition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-transition.c b/clutter/clutter-transition.c
index ec6055b0c..0a72ba76a 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,