summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-03-11 13:50:51 -0400
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-03-11 21:35:04 +0100
commit6229b8e14907267b3d5b7f1e3305c3aa4a6ebdfe (patch)
tree9f08b2913f96988cf9436711dcbffc4eb4318068
parent23d922a4ac0adb3d0ea867ca26210c5e8f108e81 (diff)
downloadefl-6229b8e14907267b3d5b7f1e3305c3aa4a6ebdfe.tar.gz
api: mark efl.loop_timer stable
fix T7731 Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es> Differential Revision: https://phab.enlightenment.org/D8296
-rw-r--r--src/lib/ecore/efl_loop_timer.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/efl_loop_timer.eo b/src/lib/ecore/efl_loop_timer.eo
index 059ac345cc..2917689435 100644
--- a/src/lib/ecore/efl_loop_timer.eo
+++ b/src/lib/ecore/efl_loop_timer.eo
@@ -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.