elm_widget_item*: 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:28 +0000 (14:46 +0900)
commit4028107997e8c9cdf4b4fd759fe5a0056cbc9c55
treef7c4b98582fe583eec864bbc181703f649ea59ee
parent5551fb0faff6546b7605ed1bcdbdb1deab1c061b
elm_widget_item*: 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/D8209

Change-Id: I8a70c762e3246aabb6aa89b2240abdd8210cd2bf
20 files changed:
src/Makefile_Elementary.am
src/lib/elementary/efl_ui_widget.c
src/lib/elementary/elm_object_item.h
src/lib/elementary/elm_priv.h
src/lib/elementary/elm_widget.h
src/lib/elementary/elm_widget_item.eo [deleted file]
src/lib/elementary/elm_widget_item_container.eo [deleted file]
src/lib/elementary/elm_widget_item_container_eo.c [new file with mode: 0644]
src/lib/elementary/elm_widget_item_container_eo.h [new file with mode: 0644]
src/lib/elementary/elm_widget_item_container_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_widget_item_eo.c [new file with mode: 0644]
src/lib/elementary/elm_widget_item_eo.h [new file with mode: 0644]
src/lib/elementary/elm_widget_item_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_widget_item_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_widget_item_static_focus.c
src/lib/elementary/elm_widget_item_static_focus.eo [deleted file]
src/lib/elementary/elm_widget_item_static_focus_eo.c [new file with mode: 0644]
src/lib/elementary/elm_widget_item_static_focus_eo.h [new file with mode: 0644]
src/lib/elementary/elm_widget_item_static_focus_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/meson.build