diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore/efl_loop.eo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore/efl_loop.eo b/src/lib/ecore/efl_loop.eo index 2a24ae737d..f63acc62c7 100644 --- a/src/lib/ecore/efl_loop.eo +++ b/src/lib/ecore/efl_loop.eo | |||
@@ -135,6 +135,8 @@ class Efl.Loop (Efl.Object) | |||
135 | poll,high; [[Event occurs multiple time per second. The exact tick is undefined and could be adjusted system wide.]] | 135 | poll,high; [[Event occurs multiple time per second. The exact tick is undefined and could be adjusted system wide.]] |
136 | poll,medium; [[Event occurs multiple time per minute. The exact tick is undefined and could be adjusted system wide.]] | 136 | poll,medium; [[Event occurs multiple time per minute. The exact tick is undefined and could be adjusted system wide.]] |
137 | poll,low; [[Event occurs multiple time every 15 minutes. The exact tick is undefined and could be adjusted system wide.]] | 137 | poll,low; [[Event occurs multiple time every 15 minutes. The exact tick is undefined and could be adjusted system wide.]] |
138 | pause; [[Called when the window is going not be displayed for some time]] | ||
139 | resume; [[Called before a window get rendered after a pause event]] | ||
138 | } | 140 | } |
139 | implements { | 141 | implements { |
140 | Efl.Object.constructor; | 142 | Efl.Object.constructor; |