stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=9412a409a2e6901685485b885fba0560a4359b34
commit 9412a409a2e6901685485b885fba0560a4359b34 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Thu Aug 7 11:25:03 2014 +0200 ecore: Add missing since version for new ecore_loop_time_set() Introuduced during this cycle. Note it down in doxy. --- src/lib/ecore/Ecore_Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h index 06b35e5..ffd2ff4 100644 --- a/src/lib/ecore/Ecore_Common.h +++ b/src/lib/ecore/Ecore_Common.h @@ -1473,6 +1473,7 @@ EAPI double ecore_loop_time_get(void); * * @see ecore_animator_custom_tick() * @see ecore_loop_time_get() + * @since 1.11 */ EAPI void ecore_loop_time_set(double t); --