On Sun, 24 Apr 2011, Enlightenment SVN wrote:
> Log: > as suggested - nme it timeline I guess that you still don't want to fill the ChangLog ? Vincent > > > > Author: raster > Date: 2011-04-24 07:25:43 -0700 (Sun, 24 Apr 2011) > New Revision: 58867 > Trac: http://trac.enlightenment.org/e/changeset/58867 > > Modified: > trunk/ecore/src/lib/ecore/Ecore.h trunk/ecore/src/lib/ecore/ecore_anim.c > > Modified: trunk/ecore/src/lib/ecore/Ecore.h > =================================================================== > --- trunk/ecore/src/lib/ecore/Ecore.h 2011-04-24 10:32:54 UTC (rev 58866) > +++ trunk/ecore/src/lib/ecore/Ecore.h 2011-04-24 14:25:43 UTC (rev 58867) > @@ -575,7 +575,7 @@ > */ > > EAPI Ecore_Animator *ecore_animator_add(Ecore_Task_Cb func, const void > *data); > - EAPI Ecore_Animator *ecore_animator_run_add(double runtime, > Ecore_Timeline_Cb func, const void *data); > + EAPI Ecore_Animator *ecore_animator_timeline_add(double runtime, > Ecore_Timeline_Cb func, const void *data); > EAPI void *ecore_animator_del(Ecore_Animator *animator); > EAPI void ecore_animator_freeze(Ecore_Animator *animator); > EAPI void ecore_animator_thaw(Ecore_Animator *animator); > > Modified: trunk/ecore/src/lib/ecore/ecore_anim.c > =================================================================== > --- trunk/ecore/src/lib/ecore/ecore_anim.c 2011-04-24 10:32:54 UTC (rev > 58866) > +++ trunk/ecore/src/lib/ecore/ecore_anim.c 2011-04-24 14:25:43 UTC (rev > 58867) > @@ -109,7 +109,7 @@ > * @since 1.1.0 > */ > EAPI Ecore_Animator * > -ecore_animator_run_add(double runtime, Ecore_Timeline_Cb func, const void > *data) > +ecore_animator_timeline_add(double runtime, Ecore_Timeline_Cb func, const > void *data) > { > Ecore_Animator *animator; > > > > ------------------------------------------------------------------------------ > Fulfilling the Lean Software Promise > Lean software platforms are now widely adopted and the benefits have been > demonstrated beyond question. Learn why your peers are replacing JEE > containers with lightweight application servers - and what you can gain > from the move. http://p.sf.net/sfu/vmware-sfemails > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > ------------------------------------------------------------------------------ Fulfilling the Lean Software Promise Lean software platforms are now widely adopted and the benefits have been demonstrated beyond question. Learn why your peers are replacing JEE containers with lightweight application servers - and what you can gain from the move. http://p.sf.net/sfu/vmware-sfemails _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
