ecore: update documentation of Efl.Timer.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 6 May 2016 22:32:32 +0000 (15:32 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 6 May 2016 22:35:36 +0000 (15:35 -0700)
I am wondering how this is going to affect our legacy API documentation
which has indeed a different lifecycle.

src/lib/ecore/efl_timer.eo

index f44052e..10bcbef 100644 (file)
@@ -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 {