From 7e0631eafb6aad7fc6b8be60b7cc0e97e78cb95f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 9 Sep 2014 18:10:23 +0200 Subject: [PATCH] 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 6dbb555c0f..aa158c4e65 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;