efl/src/lib/efreet
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
..
Efreet.h
Efreet_Mime.h
Efreet_Trash.h
efreet.c
efreet_base.c efreet - remove noisy debug printfs 2017-07-21 06:06:59 +09:00
efreet_base.h
efreet_cache.c efl: Reset ecore event types on init 2017-12-19 11:14:37 +09:00
efreet_cache_private.h
efreet_desktop.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
efreet_desktop.h
efreet_desktop_command.c
efreet_icon.c efreet: putting local variable "data" under preprocessor flag "SLOPPY_SPEC" to avoid below warning, if "SLOPPY_SPEC" is disabled. 2017-10-16 13:36:38 -07:00
efreet_icon.h
efreet_ini.c
efreet_ini.h
efreet_menu.c
efreet_menu.h
efreet_mime.c efreet: unsigned int cannot be compared to less than zero. 2017-10-06 09:53:17 -07:00
efreet_private.h
efreet_trash.c
efreet_uri.c EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00
efreet_uri.h
efreet_utils.c efreet: Don't prefer the second perfect over the first in desktop_exec_find() 2017-03-24 14:59:11 -05:00
efreet_utils.h
efreet_xml.c efreet: don't raise ERR on empty file in efreet_xml_new() 2017-06-16 12:23:07 -04:00
efreet_xml.h