summaryrefslogtreecommitdiff
path: root/src/lib/eldbus/eldbus_model_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* eldbus: only free the data when the future is resolved or rejected.Cedric BAIL2019-11-181-16/+4
* eldbus: Fix resource leakChristopher Michael2019-03-191-1/+2
* eldbus: Fix dereference after null checkChristopher Michael2019-03-151-1/+3
* efl: for consistency and effiency move Efl.Model event to send stringshare li...Cedric BAIL2019-03-081-6/+17
* ecore: remove data parameters of Efl.Loop_Consumer.promise_new to reduce the ...Cedric BAIL2019-01-161-5/+6
* Revert "Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consu...Carsten Haitzler (Rasterman)2018-12-261-1/+2
* Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer."Marcel Hollerbach2018-12-261-2/+1
* ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer.Cedric BAIL2018-12-201-1/+2
* eldbus: simplify code by using helper that create future directly.Cedric BAIL2018-11-301-2/+2
* eldbus: simplify code by using proper helper.Cedric BAIL2018-11-301-2/+1
* eo: rename efl_future_Eina_FutureXXX_then in efl_future_then as this has been...Cedric BAIL2018-11-231-1/+1
* efl: make Efl.Model.properties_get return an Iterator<string>.Cedric BAIL2018-11-231-13/+2
* efl: update Efl.Model to properly propagate EFL_MODEL_EVENT_CHILDREN_COUNT_CH...Cedric BAIL2018-05-011-0/+2
* eldbus: migrate and refactor eldbus.model to new efl.model API.Cedric Bail2018-04-301-442/+361
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-2/+2
* eldbus: ensure the lifetime of the eldbus object path is monitored for proxiesCedric BAIL2018-03-191-1/+14
* eldbus: rename conflicting "name" properties for some classesMike Blumenkrantz2018-02-151-1/+1
* eldbus: rename custom constructor methodsMike Blumenkrantz2018-02-151-1/+1
* efl: Update Efl.Model to use new Efl_Promise and Efl_FutureFelipe Magno de Almeida2016-09-291-48/+50
* Rename efl_self to efl_addedTom Hacohen2016-09-051-2/+2
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-301-2/+2
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-2/+2
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-5/+5
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-7/+7
* eldbus: Check return value and error out if necessaryChris Michael2016-07-211-1/+5
* efl: Move promise parameter to return in data modelFelipe Magno de Almeida2016-06-161-25/+30
* eina: Remove value type promisesLauro Moura2016-06-091-8/+15
* eina: Remove unnecessary indirection to promisesFelipe Magno de Almeida2016-06-031-1/+1
* Eldbus: remove shadowing variable.Tom Hacohen2016-05-101-1/+0
* Efl model: Remove the no longer needed .Base hack.Tom Hacohen2016-05-101-9/+9
* Eldbus: fixed property_set in Eldbus.Model_ProxyLarry Jr2016-04-291-45/+142
* Efl, Eio, Eldbus, Elementary: new model API use eina_promiseLarry Jr2016-04-291-167/+137
* Change the EFL according to the renaming of the eo_add() current object.Tom Hacohen2016-03-151-2/+2
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-2/+2
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-2/+2
* Automatic migration to Eo4.Tom Hacohen2016-03-031-9/+7
* Eldbus: Move more types to eldbus_types.eot.Tom Hacohen2016-02-171-2/+2
* eldbus: add efl.model implementation.Guilherme Lepsch2015-12-101-0/+718