diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2013-08-16 10:15:57 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2013-08-19 23:22:38 +0100 |
commit | edf00747ef3bb955ad48a2191cdec33524156298 (patch) | |
tree | 53b6af692c15a083891d61d43a7cba8b8e53ada6 | |
parent | 8abd2baeaa3c6564245281f673a3003e4f4110c4 (diff) | |
download | clutter-edf00747ef3bb955ad48a2191cdec33524156298.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.
-rw-r--r-- | 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 2fa9195b6..589764156 100644 --- a/clutter/clutter-transition.c +++ b/clutter/clutter-transition.c @@ -267,7 +267,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, |