api: mark efl.loop_timer stable

fix T7731

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8296
This commit is contained in:
Mike Blumenkrantz 2019-03-11 13:50:51 -04:00 committed by Marcel Hollerbach
parent 23d922a4ac
commit 6229b8e149
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class @beta Efl.Loop_Timer extends Efl.Loop_Consumer
class Efl.Loop_Timer extends Efl.Loop_Consumer
{
[[Timers are objects that will call a given callback at some point
in the future and repeat that tick at a given interval.