efl/src/lib/emotion
Jean-Philippe Andre ff24ac2d6d efl: Reset ecore event types on init
This fixes cycles of init/shutdown/init where ecore event types would
become invalid, since they are now stored in a dynamic array rather than
a statically stored array.

The risk here is that if a module of EFL tends to init/shutdown in a
"normal" scenario then the event type array will grow in a leaking
manner. This could be fixed by resetting those event ID's only when the
loop actually exits (EFL_EVENT_DEL on the main loop). I'm not using
EFL_EVENT_DEL in this patch as this would add too many event callbacks
to the main loop object, which may result in slightly slower event calls
to it, affecting the overall performance.
2017-12-19 11:14:37 +09:00
..
Emotion.h emotion: add since tag to new emotion_file_meta_artwork_get API 2017-02-14 21:47:15 +01:00
Emotion_Eo.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
Emotion_Legacy.h emotion: convert Emotion_Object into Efl.Canvas.Video 2016-09-21 11:04:34 -07:00
efl_canvas_video.eo emotion: Make it a clipped smart object 2017-09-13 09:57:05 +09:00
emotion_main.c emotion: lock pending events and pending objects 2015-09-21 23:24:30 +02:00
emotion_modules.c Fix sed error that changed "video" to "videfl" 2017-04-17 17:06:28 -05:00
emotion_modules.h Fix sed error that changed "video" to "videfl" 2017-04-17 17:06:28 -05:00
emotion_private.h Fix sed error that changed "video" to "videfl" 2017-04-17 17:06:28 -05:00
emotion_smart.c efl: drop deprecated Encoding key from desktop files 2017-12-13 10:27:48 -08:00
emotion_webcam.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00