elm_flipselector*: 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)
commitcf2be628b7627dd009abe3e91471565fb8327d22
tree5ea37fc8695be221bbeaea63d51549c84dc6d1f7
parentd5e4213a775d2cbd8c1933bfdeb14d11b11e8209
elm_flipselector*: 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/D8168

Change-Id: Ib75de90a46318437969b87aac20e444c3a45d59e
14 files changed:
src/Makefile_Elementary.am
src/lib/elementary/elm_flipselector.c
src/lib/elementary/elm_flipselector.eo [deleted file]
src/lib/elementary/elm_flipselector_eo.c [new file with mode: 0644]
src/lib/elementary/elm_flipselector_eo.h [new file with mode: 0644]
src/lib/elementary/elm_flipselector_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_flipselector_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_flipselector_item.eo [deleted file]
src/lib/elementary/elm_flipselector_item_eo.c [new file with mode: 0644]
src/lib/elementary/elm_flipselector_item_eo.h [new file with mode: 0644]
src/lib/elementary/elm_flipselector_item_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_flipselector_item_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_flipselector_legacy.h
src/lib/elementary/meson.build