add soem class description to eo timers to test if it gets generated

This commit is contained in:
Carsten Haitzler 2014-05-14 14:16:03 +09:00
parent 894c36ff11
commit 6f21278cc1
1 changed files with 7 additions and 0 deletions

View File

@ -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 {