Ecore mainloop: add some more events.

This commit is contained in:
Tom Hacohen 2014-08-01 06:38:40 +01:00
parent fe374084ed
commit 345f1fc7ca
1 changed files with 6 additions and 0 deletions

View File

@ -31,4 +31,10 @@ class Ecore_Mainloop (Eo.Base)
return Eina_Bool;
}
}
events {
idle,enter;
idle,exit;
idle; /* FIXME: We need to make sure we can get it work. */
/* TODO: All of the legacy ecore events. (Ecore.h header) */
}
}