cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7e0631eafb6aad7fc6b8be60b7cc0e97e78cb95f
commit 7e0631eafb6aad7fc6b8be60b7cc0e97e78cb95f Author: Cedric BAIL <ced...@osg.samsung.com> Date: Tue Sep 9 18:10:23 2014 +0200 ecore: fix documentation. --- src/lib/ecore/Ecore_Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 6dbb555..aa158c4 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -2616,7 +2616,7 @@ typedef enum _Ecore_Pos_Map Ecore_Pos_Map; enum _Ecore_Animator_Source /* Timing sources for animators */ { ECORE_ANIMATOR_SOURCE_TIMER, /**< The default system clock/timer based animator that ticks every "frametime" seconds */ - ECORE_ANIMATOR_SOURCE_CUSTOM /**< A custom animator trigger that you need to call ecore_animator_trigger() to make it tick */ + ECORE_ANIMATOR_SOURCE_CUSTOM /**< A custom animator trigger that you need to call ecore_animator_custom_tick() to make it tick */ }; typedef enum _Ecore_Animator_Source Ecore_Animator_Source; --