diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index c002b71185..6ee123f055 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -164,8 +164,12 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window, @since 1.18 ]] - set { } - get { } + set { + legacy: null; + } + get { + legacy: null; + } values { enabled: bool; [[If true, the indicator is enabled, If false, the indicator is disabled.]] @@ -176,8 +180,12 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window, @since 1.18 ]] - set { } - get { } + set { + legacy: null; + } + get { + legacy: null; + } values { type: Efl.Ui.Win.Indicator_Type; [[The type, one of #Efl_Ui_Win_Indicator_Type.]] }