ecore: do not use Eina_Bool in ecore_mainloop.eo

This commit is contained in:
Daniel Kolesa 2014-08-28 17:02:10 +01:00
parent d8fb36e791
commit dfb5501d71
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Ecore_Mainloop (Eo.Base)
}
animator_ticked {
/* FIXME: Should it be a prooperty? */
return: Eina_Bool;
return: bool;
}
}
events {