efl/src/lib/elocation
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
..
gen elocation: Hide also generated headers behind the BETA API define 2015-01-27 16:05:41 +01:00
Elocation.h docs: Fix access to main elocation page from front page 2015-05-07 11:15:12 +02:00
elocation.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
elocation_private.h elocation: Hide also generated headers behind the BETA API define 2015-01-27 16:05:41 +01:00