diff --git a/src/lib/elementary/elm_win.eo b/src/lib/elementary/elm_win.eo index 6ac31c1f9f..8f1eb5d445 100644 --- a/src/lib/elementary/elm_win.eo +++ b/src/lib/elementary/elm_win.eo @@ -564,12 +564,13 @@ class Elm.Win (Elm.Widget, Elm.Interface.Atspi.Window, */ set { [[Can only be used at creation time, within \@ref eo_add.]] + legacy: null; } values { name: string @nullable; } } - @property type { /* FIXME: before finalize */ + @property type { [[The type of the window. It is a hint of how the Window Manager should handle it. @@ -587,6 +588,7 @@ class Elm.Win (Elm.Widget, Elm.Interface.Atspi.Window, */ set { [[Can only be used at creation time, within \@ref eo_add.]] + legacy: null; } get { [[If the object is not window object, return #ELM_WIN_UNKNOWN.]]