summaryrefslogtreecommitdiff
path: root/src/lib/eldbus/eldbus_model_signal.c
Commit message (Collapse)AuthorAgeFilesLines
* eldbus: connection are destroyed on invalidate, there is no point for any ↵Cedric BAIL2019-10-071-2/+2
| | | | | | | | | | | | | | | | | | object to not cleanup on invalidate. Summary: This solve a bug when there is a change in order of destruction and you would expect the model to still work. Depends on D10287 Reviewers: zmike, bu5hm4n, segfaultxavi, stefan_schmidt, jsuya Reviewed By: bu5hm4n Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10288
* eldbus: rename custom constructor methodsMike Blumenkrantz2018-02-151-2/+2
| | | | | | | "constructor" conflicts with the base efl object constructor some of the params for these should maybe be refactored into properties and use finalize?
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-5/+5
| | | | | | | This renames all the rest of the API to the EFL namespace except for Eo_Event that will follow soon. Obviously breaks both API and ABI.
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-5/+5
|
* Efl, Eio, Eldbus, Elementary: new model API use eina_promiseLarry Jr2016-04-291-20/+2
| | | | | | | | | Efl - efl_model_base changed to use eina_promise Eio - eio_model use efl_model_base with promise Eldbus - elddbus models use promise now Elementary - elm_view_list and elm_view_form use new models with promise updated all related examples and tests
* Automatic migration to Eo4.Tom Hacohen2016-03-031-5/+5
| | | | | | I just ran my script (email to follow) to migrate all of the EFL automatically. This commit is *only* the automatic conversion, so it can be easily reverted and re-run.
* eldbus: add efl.model implementation.Guilherme Lepsch2015-12-101-0/+106
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>