summaryrefslogtreecommitdiff
path: root/src/lib/ecore/efl_loop_timer.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/efl_loop_timer.eo')
-rw-r--r--src/lib/ecore/efl_loop_timer.eo6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/ecore/efl_loop_timer.eo b/src/lib/ecore/efl_loop_timer.eo
index 7bf2820d2f..2b5ce084f6 100644
--- a/src/lib/ecore/efl_loop_timer.eo
+++ b/src/lib/ecore/efl_loop_timer.eo
@@ -1,4 +1,4 @@
-class Efl.Loop.Timer (Efl.Loop.Consumer)
+class Efl.Loop_Timer (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.
@@ -42,7 +42,7 @@ class Efl.Loop.Timer (Efl.Loop.Consumer)
loop_reset {
[[This effectively resets a timer but based on the time when this iteration of the main loop started.
@since 1.18
- ]]
+ ]]
}
delay {
[[Adds a delay to the next occurrence of a timer.
@@ -54,7 +54,7 @@ class Efl.Loop.Timer (Efl.Loop.Consumer)
}
}
events {
- tick; [[Event triggered when the specified time as passed.]]
+ tick: void; [[Event triggered when the specified time as passed.]]
}
implements {
Efl.Object.constructor;