efl/src/lib/eio
Felipe Magno de Almeida 8e4f383d61 efl: Move promise parameter to return in data model
Summary:
Instead of:

efl_model_property_get("name", &promise);

now:

promise = efl_model_property_get("name");

Reviewers: stefan_schmidt, cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D4038
2016-06-16 22:01:07 -03:00
..
Eio.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
Eio_Eo.h eio: remove eio_model that should already be part of Eio.h. 2016-06-06 11:01:16 -07:00
Eio_Legacy.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
Makefile.am eio: remove eio_model that should already be part of Eio.h. 2016-06-06 11:01:16 -07:00
eio_dir.c eio - fix possible stringhare del bug in dir chmod 2014-08-14 19:40:54 +09:00
eio_eet.c eio - fix crashes due to stale eio files in tracking list 2015-04-20 21:55:24 +09:00
eio_file.c eio: unify deletion of eina_file_ls's iterator. 2015-09-03 10:19:12 +01:00
eio_inline_helper.x fix warning related to argument in generating doxygen 2014-01-07 11:27:15 +09:00
eio_job.c eio: Removed wrong attribution to promise vtable from Eio 2016-06-11 10:40:27 -03:00
eio_job.eo eolian: utilize the new void_ptr builtin across eo files 2016-06-02 13:00:26 +01:00
eio_job_private.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_main.c eio: Fix build for windows 2016-06-07 15:09:07 +09:00
eio_map.c eio: Call correct function to cleanup Eio_File. 2016-05-25 21:32:03 -03:00
eio_model.c efl: Move promise parameter to return in data model 2016-06-16 22:01:07 -03:00
eio_model.eo eio: Eio_Model parent_get return parent model 2016-06-05 22:08:06 -03:00
eio_model_private.h eio: Fixed Eio_Model monitor life cycle 2016-06-14 20:57:00 -03:00
eio_monitor.c eio_monitor: Removed unnecessary eio_file_direct_stat 2015-04-10 17:23:12 -03:00
eio_monitor_cocoa.c eio_monitor: fix memory leak issue 2015-10-09 10:00:32 +02:00
eio_monitor_inotify.c inotify: Fix safety after read in 3 places 2014-10-28 10:54:51 +09:00
eio_monitor_kevent.c eio: fix pointer comparison. 2016-06-06 12:05:43 -07:00
eio_monitor_poll.c eio: make poll backend pass eio_test_monitor.c test suite. 2015-10-04 16:22:49 +02:00
eio_monitor_win32.c eio_monitor: fix memory leak in eio monitor module 2015-10-09 10:00:32 +02:00
eio_private.h eio - fix crashes due to stale eio files in tracking list 2015-04-20 21:55:24 +09:00
eio_sentry.c eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_sentry.eo eolian: utilize the new builtin string type across eo files 2016-05-31 16:05:43 +01:00
eio_sentry_private.h eio: Adds Eo-based Eio API 2016-05-25 21:32:03 -03:00
eio_single.c eio - fix crashes due to stale eio files in tracking list 2015-04-20 21:55:24 +09:00
eio_xattr.c eio: actually correctly set all field to NULL. 2014-10-18 15:22:30 +02:00