elm: 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/D8211
This commit is contained in:
Mike Blumenkrantz 2019-03-05 17:00:37 -05:00 committed by Cedric BAIL
parent bbaafb5314
commit 3425171bfa
8 changed files with 0 additions and 14 deletions

View File

@ -1,6 +1,5 @@
interface @beta Efl.Ui.Menu {
[[Efl UI menu interface]]
legacy_prefix: null;
methods {
@property selected_item {
get {

View File

@ -3,7 +3,6 @@ class @beta Efl.Ui.Slider extends Efl.Ui.Layout_Base implements Efl.Ui.Range_Int
Efl.Access.Widget.Action
{
[[Elementary slider class]]
legacy_prefix: null;
implements {
Efl.Object.constructor;
Efl.Object.destructor;

View File

@ -6,7 +6,6 @@ class @beta Efl.Ui.Slider_Interval extends Efl.Ui.Slider
@since 1.21
]]
legacy_prefix: null;
methods {
@property interval_value {
[[Sets up position of two indicators at start and end position.
@ -14,10 +13,8 @@ class @beta Efl.Ui.Slider_Interval extends Efl.Ui.Slider
@since 1.21
]]
get {
legacy: null;
}
set {
legacy: null;
}
values {
from: double;[[interval minimum value]]

View File

@ -101,7 +101,6 @@ class @beta Efl.Ui.Text extends Efl.Ui.Layout_Base implements Efl.Ui.Clickable,
}
get {
[[This returns whether the entry's selection handlers are disabled.]]
legacy: null;
}
values {
disabled: bool; [[If $true, the selection handlers are disabled.]]

View File

@ -1,7 +1,6 @@
class Elm.Atspi.App.Object extends Efl.Object implements Efl.Access.Object
{
[[AT-SPI application object class]]
legacy_prefix: elm_atspi_app_object;
data: Elm_Atspi_App_Object_Data;
implements {
Efl.Object.destructor;

View File

@ -1,6 +1,3 @@
#ifdef EFL_EO_API_SUPPORT
#include "elm_atspi_app_object.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_atspi_app_object.eo.legacy.h"
#endif

View File

@ -1,7 +1,6 @@
class Elm.Atspi.Bridge extends Efl.Object
{
[[AT-SPI bridge class]]
legacy_prefix: elm_atspi_bridge;
eo_prefix: elm_obj_atspi_bridge;
event_prefix: elm_atspi_bridge;
methods {

View File

@ -2,7 +2,4 @@
#ifdef EFL_EO_API_SUPPORT
#include "elm_atspi_bridge.eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_atspi_bridge.eo.legacy.h"
#endif
#endif