diff --git a/src/lib/ecore/efl_timer.eo b/src/lib/ecore/efl_timer.eo index f44052e10b..10bcbefb80 100644 --- a/src/lib/ecore/efl_timer.eo +++ b/src/lib/ecore/efl_timer.eo @@ -3,13 +3,11 @@ import ecore_types; class Efl.Timer (Efl.Loop_User) { [[Timers are objects that will call a given callback at some point - in the future. + in the future and repeat that tick at a given interval. - They may also optionally repeat themselves if the timer callback returns - true. If it does not they will be automatically deleted and never called - again. Timers require the ecore main loop to be running and functioning - properly. They do not guarantee exact timing, but try to work on a "best - effort" basis. + Timers require the ecore main loop to be running and functioning + properly. They do not guarantee exact timing, but try to work on a + "best effort" basis. ]] legacy_prefix: ecore_timer; methods {