efl/src/examples/eio
Cedric BAIL ccb5642eb9 Revert "efl_add_ref - fis to use efl_add properly with a parent."
This reverts commit 2fb5cc3ad0.

Most of this change where wrong as they didn't affect the destruction
of the object. efl_add_ref allow for manual handling of the lifecycle
of the object and make sure it is still alive during destructor. efl_add
will not allow you to access an object after invalidate also efl.parent.get
will always return NULL once the object is invalidated.

Differential Revision: https://phab.enlightenment.org/D6062
2018-05-24 16:02:17 -07:00
..
.gitignore examples: update various gitignore files for new example binaries 2016-06-30 18:15:44 +02:00
Makefile.am build: fix make examples on Windows 2017-10-05 16:23:52 -07:00
Makefile.examples
efl_io_manager_ls.c eio: update efl_io_manager_ls example. 2018-05-01 10:39:01 -07:00
efl_io_manager_open.c Revert "cxx: Fix manual code after efl_app change." 2018-03-03 13:40:33 +09:00
efl_io_manager_open_multi.c eio: update efl_io_manager_ls example. 2018-05-01 10:39:01 -07:00
eio_file_copy.c Fix grammar in error messages. 2015-08-07 17:06:23 +09:00
eio_file_ls.c examples: use printf instead of fprintf(stdout, ...) 2017-05-08 15:14:29 -07:00
eio_sentry.c Revert "efl_add_ref - fis to use efl_add properly with a parent." 2018-05-24 16:02:17 -07:00