elm_list: remove all legacy usage from eo files
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 5 Mar 2019 22:00:37 +0000 (17:00 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:27 +0000 (14:46 +0900)
commit075dff1f6df3552b4767c4e8ae06d0c3f6dc4c37
tree40f98cde146c02a871c60415b26013bb7f97fb15
parent345716920348e7ab9bede2692dd8883f85d7638e
elm_list: remove all legacy usage from eo files

this takes the current generated output from eolian for legacy code in
efl and adds it to the tree, then removes legacy references from the
corresponding eo files. in the case where the entire eo file was for
a legacy object, that eo file has been removed from the tree

ref T7724

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8181

Change-Id: Iee8364474e8ac892e623423c4ae8b12915409ee0
16 files changed:
src/Makefile_Efl_Mono.am
src/Makefile_Elementary.am
src/lib/elementary/elm_list.c
src/lib/elementary/elm_list.eo [deleted file]
src/lib/elementary/elm_list_eo.c [new file with mode: 0644]
src/lib/elementary/elm_list_eo.h [new file with mode: 0644]
src/lib/elementary/elm_list_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_list_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_list_item.eo [deleted file]
src/lib/elementary/elm_list_item_eo.c [new file with mode: 0644]
src/lib/elementary/elm_list_item_eo.h [new file with mode: 0644]
src/lib/elementary/elm_list_item_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_list_item_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_list_legacy.h
src/lib/elementary/elm_widget_list.h
src/lib/elementary/meson.build