[animation] Do not unref on ::complete by default
authorEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 3 Apr 2009 11:39:35 +0000 (12:39 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 3 Apr 2009 11:47:21 +0000 (12:47 +0100)
commitdf738d0a8c601a9d8afde7273717ebd926d90eda
tree59ffdbeffe803cf87b9784fe782357e1ac0159f9
parentbd8d3f6bd87558438420b488df252f5b04a3316e
[animation] Do not unref on ::complete by default

Bug 1535 - Complete animation always unrefs ClutterAnimation (even
           after g_object_ref_sink)

Animations created through clutter_animation_new() should not
automagically unref themselves by default on ::complete. We
only want that behaviour for Animations created by the
clutter_actor_animate* family of functions, since those provide
the automagic memory management.
clutter/clutter-animation.c