efl/src/lib
Marcel Hollerbach 9ccc66b900 eina_accessor: make carray accessor work properly
a accessor is not really helpfull if it operates like the carray
accessor before this commit. What it was doing is to fill the content of
the "current line" into the data pointer. In a carray the
"current line" is the content of its carray-member.

However, accessors like for inarray array list or inlist do work
completly differently. They are returning the pointer to the "current
line" not the value of the current line.

The only case where this worked is efl_ui_format.c which was only tested
with this accessor, and this accessor also only worked with this
accessor.

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10908
2019-12-18 21:45:42 +01:00
..
ecore efl: make sure all index for Efl_Model are unsigned int. 2019-12-18 10:33:09 -08:00
ecore_audio eolian: rename event_prefix to event_c_prefix for consistency 2019-09-26 16:47:22 +02:00
ecore_avahi
ecore_buffer
ecore_cocoa
ecore_con docs: fix to make docs contain proper images 2019-12-10 12:53:39 +01:00
ecore_drm eldbus - fix leak of message in error path case 2019-08-11 12:47:38 +01:00
ecore_drm2 ecore-drm2: Fix issue of shifting 1 by more than 32bits 2019-11-14 12:21:40 -05:00
ecore_evas evas: move efl_input_device into evas/Efl_Canvas.h 2019-10-31 13:29:56 -04:00
ecore_fb
ecore_file esacpe: remove library from tree 2019-12-04 12:21:24 -08:00
ecore_imf
ecore_imf_evas
ecore_input
ecore_input_evas ecore_input_evas: fix ouble use of include guard define 2019-11-20 10:30:17 +01:00
ecore_ipc
ecore_sdl
ecore_wayland
ecore_win32 ecore_win32: fix compose event field 2019-11-28 11:06:24 +00:00
ecore_wl2 ecore-wl2: Move ecore_wl2_window_buffer_transform_set to be internal 2019-12-03 10:47:32 -05:00
ecore_x ecore_x: fix unused parameter warnings after xgesture removal 2019-12-09 10:05:38 -05:00
ector ector: Fix build warning about unused variable 2019-12-10 12:03:01 -05:00
edje edje_entry: real part protection check 2019-12-13 16:35:32 -08:00
eet evas_textblock: content fit feature 2019-12-12 14:22:46 +09:00
eeze eeze: remove tizen module support from eeze sensor 2019-12-11 13:46:31 +01:00
efl efl.text.format: rename methods and properties 2019-12-17 15:57:58 +01:00
efl_mono csharp: Fix passing acessor with ownership 2019-12-18 10:40:53 -03:00
efl_wl
efreet efreet - consider ctime changes as changes too 2019-11-16 13:02:10 +00:00
eina eina_accessor: make carray accessor work properly 2019-12-18 21:45:42 +01:00
eio eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
eldbus eo files: Avoid container<ptr(value_type)> usage. 2019-11-29 17:22:07 -03:00
elementary efl: make sure all index for Efl_Model are unsigned int. 2019-12-18 10:33:09 -08:00
elput make mman.h private 2019-08-19 09:55:13 -04:00
elua make mman.h private 2019-08-19 09:55:13 -04:00
embryo exotic: remove left-overs from Exotic support 2019-12-04 12:21:28 -08:00
emile fix jpeg loading which freed the wrong ptr 2019-12-02 19:54:25 +00:00
emotion emotion & evas: remove gstreamer 0.10 support 2019-12-04 12:21:25 -08:00
eo eo: only forward event if someone is listening. 2019-12-11 10:36:02 +01:00
eolian eolian: fix a parse bug where composites was treated as implements 2019-12-04 16:07:09 +01:00
eolian_cxx eolian_mono: proper parsing of doc notes and paragraphs 2019-12-12 19:07:59 -03:00
ephysics fix various trivial null derefs 2019-10-18 13:30:10 -04:00
ethumb ethumb: fixed a potential dangling pointer. 2019-09-05 18:08:12 +09:00
ethumb_client
evas docs: Formatting issues in Efl.Text.Attribute.Factory 2019-12-18 16:10:17 +01:00
evil evil: make it clear in the docs that this library is private to efl 2019-10-07 12:50:14 +02:00
.gitignore