win: Mark two properties as eo-only

Why aren't those functions implemented yet?

@fix
This commit is contained in:
Jean-Philippe Andre 2016-08-16 17:59:56 +09:00
parent 87d1b3f7c4
commit 3aa7674666
1 changed files with 12 additions and 4 deletions

View File

@ -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.]]
}