efl/src/lib/edje
Jean-Philippe Andre 9d48350ae4 edje: Implement EO API for message_send
Since this uses generic_value (aka Eina_Value), there is an
implicit type detection and conversion. I did not attempt to
cover all types (namely string+int and string+float and even
less sets of those) as I believe they aren't really used. Or
they most likely could be replaced by multiple messages rather
than a single message.

Note: should we pass ptr(generic_value) instead of generic_value?
The API looks a little odd in C when passing by value.

@feature
2017-05-24 13:02:20 +09:00
..
Edje.h doxygen: fix typos and some wrong expressions in Edje and Eet API reference documentation. 2017-02-16 10:16:52 -08:00
Edje.hh cxx: Modify how to generate C++ headers and allow cyclic dependencies 2017-01-18 22:47:04 -02:00
Edje_Common.h doc: Fix invalid group classification for Edje_Audio 2017-03-02 14:59:35 +09:00
Edje_Edit.h doxygen: fix typos and some wrong expressions in Edje and Eet API reference documentation. 2017-02-16 10:16:52 -08:00
Edje_Eo.h
Edje_Legacy.h edje: Remove message_handler_set from EO 2017-05-24 11:04:58 +09:00
edje_box_layout.c edje: fix float comparison warning in Box Layout logic. 2016-12-20 16:39:30 -08:00
edje_cache.c edje - fix crash on loading ancient edje files 2017-02-03 14:39:57 +09:00
edje_calc.c edje: null checking the return value of a function eina_mempool_malloc 2017-05-08 15:39:21 +02:00
edje_callbacks.c edje: fix cached edje modification issue 2017-02-07 15:14:54 -08:00
edje_convert.c edje: add required attribute in Edje_Part 2016-07-15 16:34:34 +09:00
edje_convert.h edje: add required attribute in Edje_Part 2016-07-15 16:34:34 +09:00
edje_data.c edje_cc: introduce "Anchors" - easy way to set parts relationship 2017-04-25 16:25:15 -07:00
edje_edit.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
edje_edit.eo evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
edje_embryo.c edje: fix cached edje modification issue 2017-02-07 15:14:54 -08:00
edje_entry.c Efl.Canvas.Object: Multi-seat API should not be exposed to legacy. 2017-03-02 11:06:20 -08:00
edje_external.c Edje: add checking on NULL 3-rd parameter in edje_object_part_external_param_type_get() 2016-11-24 12:13:36 +09:00
edje_load.c edje: Add workaround for misuses of clip_set 2017-04-10 16:14:45 +09:00
edje_lua.c Evas/Edje/Elm: Use combined_min instead of min everywhere 2016-06-09 16:37:49 +09:00
edje_lua2.c evas: Rename Evas.Object to Efl.Canvas.Object 2016-06-21 14:35:19 +09:00
edje_lua_script_only.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_main.c edje: reorder shutdown to match internal event emit use. 2017-02-27 15:05:35 -08:00
edje_match.c edje: reformat all C files 2015-06-08 14:43:00 -04:00
edje_message_queue.c edje: Implement EO API for message_send 2017-05-24 13:02:20 +09:00
edje_misc.c
edje_module.c ifdef RUN_IN_TREE logic. 2017-02-03 12:36:38 -02:00
edje_multisense.c edje: remove invalid macro-check regarding coreaudio 2017-04-06 15:20:49 -07:00
edje_object.eo edje: Implement EO API for message_send 2017-05-24 13:02:20 +09:00
edje_part.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_box.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_helper.h edje: Fix object leak with Efl.Part 2017-02-15 20:57:31 +09:00
edje_part_swallow.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_part_table.c Edje containers: split logic 2016-11-10 18:23:21 +02:00
edje_private.h edje: Fix typos and overall strange function name 2017-05-24 11:04:58 +09:00
edje_program.c edje_program: add NULL check for ed->callbacks in edje_program 2017-04-06 15:20:49 -07:00
edje_signal.c edje signal cb - dont delete already deleted signals 2016-07-03 15:45:36 +09:00
edje_smart.c evas/elm: Make group_add/group_del internal functions 2017-05-19 14:07:00 +09:00
edje_text.c edje: fix float comparison warning in edje text logic. 2016-12-20 16:39:30 -08:00
edje_textblock_styles.c eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ. 2017-01-06 15:58:46 -08:00
edje_types.eot edje eo: remove pointers 2016-11-04 17:19:53 +01:00
edje_util.c container: Remove method part_name_get 2017-05-11 17:53:50 +09:00
edje_var.c edje: fix float comparison warning in edje programs. 2016-12-20 16:39:30 -08:00
efl_canvas_layout_internal.eo docs: edje: fill last gaps in edje eo file documentation 2016-11-23 14:16:24 +01:00
efl_canvas_layout_internal_box.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00
efl_canvas_layout_internal_swallow.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00
efl_canvas_layout_internal_table.eo eio, edje: use new property impl syntax 2016-12-27 17:47:00 +01:00