elm_box: 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)
commit2f458716fa9842d87b59d09180bb9411a6e698fb
tree03d1a782d93c4b4802755b81288414b99c408565
parent316f1b8bd5d437ec42392642bba98bd5bb17d838
elm_box: 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: Daniel Kolesa <daniel@octaforge.org>
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8154

Change-Id: I5df82b0faac2cc0b0689b39dc23fc8d273c8908f
src/Makefile_Elementary.am
src/lib/elementary/elm_box.c
src/lib/elementary/elm_box.eo [deleted file]
src/lib/elementary/elm_box_eo.c [new file with mode: 0644]
src/lib/elementary/elm_box_eo.h [new file with mode: 0644]
src/lib/elementary/elm_box_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_box_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_box_legacy.h
src/lib/elementary/meson.build