win: Mark two properties as eo-only
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 Aug 2016 08:59:56 +0000 (17:59 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 16 Aug 2016 09:01:39 +0000 (18:01 +0900)
Why aren't those functions implemented yet?

@fix

src/lib/elementary/efl_ui_win.eo

index c002b71..6ee123f 100644 (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.]]
          }