raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6f21278cc1a34b399281ede4f863ad6fb2e82091

commit 6f21278cc1a34b399281ede4f863ad6fb2e82091
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed May 14 14:16:03 2014 +0900

    add soem class description to eo timers to test if it gets generated
---
 src/lib/ecore/ecore_timer.eo | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/lib/ecore/ecore_timer.eo b/src/lib/ecore/ecore_timer.eo
index fb72e22..c82a48e 100644
--- a/src/lib/ecore/ecore_timer.eo
+++ b/src/lib/ecore/ecore_timer.eo
@@ -1,5 +1,12 @@
 class Ecore_Timer (Eo_Base)
 {
+   /*@ Timers are objects that will call a given callback at some point
+    *  in the future. They may also optionall 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 mainloop to be running and functioning properly. They do not
+    *  guarantee exact timing, but try to work on a "best effort basis.
+    */
    eo_prefix: ecore_obj_timer;
    constructors {
       loop_constructor {

-- 


Reply via email to