api: mark efl.loop_timer stable
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 11 Mar 2019 17:50:51 +0000 (13:50 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 15 Mar 2019 04:23:20 +0000 (13:23 +0900)
fix T7731

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D8296

src/lib/ecore/efl_loop_timer.eo

index 215e425..f75c18d 100644 (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.