diff options
Diffstat (limited to 'src/lib/ecore/efl_loop_timer.eo')
-rw-r--r-- | src/lib/ecore/efl_loop_timer.eo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore/efl_loop_timer.eo b/src/lib/ecore/efl_loop_timer.eo index f788d06..97812a9 100644 --- a/src/lib/ecore/efl_loop_timer.eo +++ b/src/lib/ecore/efl_loop_timer.eo | |||
@@ -9,7 +9,6 @@ class @beta Efl.Loop_Timer extends Efl.Loop_Consumer | |||
9 | 9 | ||
10 | The @Efl.Object.event_freeze and @Efl.Object.event_thaw calls are used to pause and unpause the timer. | 10 | The @Efl.Object.event_freeze and @Efl.Object.event_thaw calls are used to pause and unpause the timer. |
11 | ]] | 11 | ]] |
12 | legacy_prefix: ecore_timer; | ||
13 | methods { | 12 | methods { |
14 | @property interval { | 13 | @property interval { |
15 | [[Interval the timer ticks on.]] | 14 | [[Interval the timer ticks on.]] |