elm_toolbar*: 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)
commit50053065e4bf6d7e9e668f3f5f19986b28273810
tree762a778e59a231da37328c9eadaa37e40e8a0d08
parent84a5a5e98f869bb09147e52a6125c05ba8d04ac9
elm_toolbar*: 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/D8206

Change-Id: I2ac5795d3eae9a6c17f910d7696f9d4fe13e4871
15 files changed:
src/Makefile_Elementary.am
src/lib/elementary/elm_toolbar.c
src/lib/elementary/elm_toolbar.eo [deleted file]
src/lib/elementary/elm_toolbar.h
src/lib/elementary/elm_toolbar_eo.c [new file with mode: 0644]
src/lib/elementary/elm_toolbar_eo.h
src/lib/elementary/elm_toolbar_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_toolbar_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_toolbar_item.eo [deleted file]
src/lib/elementary/elm_toolbar_item_eo.c [new file with mode: 0644]
src/lib/elementary/elm_toolbar_item_eo.h [new file with mode: 0644]
src/lib/elementary/elm_toolbar_item_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_toolbar_item_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_toolbar_legacy.h
src/lib/elementary/meson.build