ecore: make efl.timer depend on efl.loop_user.

This commit is contained in:
Cedric BAIL 2016-05-05 16:18:39 -07:00
parent 05424556b0
commit 43a4411f43
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import ecore_types;
class Efl.Timer (Eo.Base)
class Efl.Timer (Efl.Loop_User)
{
[[Timers are objects that will call a given callback at some point
in the future.