elm_sys_notify*: 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)
commit152ecd00cb978cec2278b859109d546a8f8c9223
treebfd35936ba779ee0176d00b99fbf284237d4e61f
parent9389a17f23cbeb2b2218ad57a29c59fc3117a2da
elm_sys_notify*: 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/D8202
20 files changed:
src/Makefile_Elementary.am
src/lib/elementary/elm_sys_notify.c
src/lib/elementary/elm_sys_notify.eo [deleted file]
src/lib/elementary/elm_sys_notify.h
src/lib/elementary/elm_sys_notify_dbus.c
src/lib/elementary/elm_sys_notify_dbus.eo [deleted file]
src/lib/elementary/elm_sys_notify_dbus_eo.c [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_dbus_eo.h [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_dbus_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_eo.c [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_eo.h [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_interface.c
src/lib/elementary/elm_sys_notify_interface.eo [deleted file]
src/lib/elementary/elm_sys_notify_interface_eo.c [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_interface_eo.h [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_interface_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_sys_notify_interface_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/meson.build