From 6f21278cc1a34b399281ede4f863ad6fb2e82091 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 14 May 2014 14:16:03 +0900 Subject: [PATCH] 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 { -- 2.7.4