efl/src/lib/ecore_file
Carsten Haitzler 1c74aaa7e9 Revert "cxx: Fix manual code after efl_app change."
This reverts commit 135154303b.

Revert "efl: move signal events from efl.loop to efl.app"
This reverts commit 3dbca39f98.

Revert "efl: add test suite for efl_app"
This reverts commit 3e94be5d73.

Revert "efl: create Efl.App class, the parent of Efl.Loop"
This reverts commit 28fe00b94e.

Go back to before efl.app because I think this should be done with
superclassing here not a parent object. reasons?

1. multiple loops per single thread make no sense. so if multilpe loop
objects they wont be contained in a single app object and then deleted
like this.
2. the app object is not really sharable in this design so it cant be
accessed from other threads
3. it makes it harder to get the main loop or app object (well 2 func
calls one calling the other and more typing. it is longer to type and
more work where it is not necessary, and again it can't work from
other threads unless we go duplicating efl.app per thread and then
what is the point of splittyign out the signal events from efl.loop
then?)

etc.
2018-03-03 13:40:33 +09:00
..
CMakeLists.txt cmake: add ecore_file. 2017-02-02 17:15:31 -02:00
Ecore_File.h Ecore_File: remove symlinks support on Windows (library and test) 2018-01-30 16:52:24 +09:00
ecore_file.c Ecore_File: remove symlinks support on Windows (library and test) 2018-01-30 16:52:24 +09:00
ecore_file_download.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
ecore_file_monitor.c ecore_file/ipc: clean up documentation 2016-10-04 21:08:17 +09:00
ecore_file_monitor_inotify.c ecore_file: modify check for wd in file monitor del 2018-02-14 12:47:40 -08:00
ecore_file_monitor_poll.c fix efreet/file monitor stringshare optimization 2016-04-23 23:45:28 +09:00
ecore_file_monitor_win32.c fix efreet/file monitor stringshare optimization 2016-04-23 23:45:28 +09:00
ecore_file_path.c ecore_file/ipc: clean up documentation 2016-10-04 21:08:17 +09:00
ecore_file_private.h EFL For WIN32: Replace HAVE_EVIL define with _WIN32 2017-09-22 05:06:10 -05:00