stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=645927817b28499e051a3f9edfeb1540ec06cca6

commit 645927817b28499e051a3f9edfeb1540ec06cca6
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Aug 12 23:46:15 2016 +0900

    efl api release - fix @since for new elm win indicator api's
---
 src/lib/elementary/efl_ui_win.eo | 40 +++++++++++++++++-----------------------
 1 file changed, 17 insertions(+), 23 deletions(-)

diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 8bcd0f0..8c6ef11 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -153,37 +153,31 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, 
Elm.Interface.Atspi.Window,
    event_prefix: efl_ui_win;
    methods {
       @property indicator_enabled {
-         set {
-             [[In some environments, like phones, you may have an indicator 
that
-               shows battery status, reception, time etc. This is the 
indicator.
+         [[In some environments, like phones, you may have an indicator that
+           shows battery status, reception, time etc. This is the indicator.
 
-               Sometimes you don't want it because you provide the same 
functionality
-               inside your app, so this will request that the indicator is 
disabled in
-               this circumstance. The default is depend on the environments.
-               For example, like phones, default is to enable the indicator.
-               But like TV, default is to disable the indicator.
+           Sometimes you don't want it because you provide the same 
functionality
+           inside your app, so this will request that the indicator is 
disabled in
+           this circumstance. The default is depend on the environments.
+           For example, like phones, default is to enable the indicator.
+           But like TV, default is to disable the indicator.
 
-               Sets the indicator enable of the window.]]
-            legacy: null;
-         }
-         get {
-            [[Get the indicator enable of the window.]]
-            legacy: null;
-         }
+           @since 1.18
+         ]]
+         set { }
+         get { }
          values {
             enabled: bool; [[If true, the indicator is enabled,
                              If false, the indicator is disabled.]]
          }
       }
       @property indicator_type {
-         set {
-            [[Sets the indicator type of the window.]]
-            legacy: null;
-         }
-         get {
-            [[Get the indicator type of the window.]]
-            legacy: null;
-         }
+         [[The indicator type of the window.
+
+           @since 1.18
+         ]]
+         set { }
+         get { }
          values {
             type: Efl.Ui.Win.Indicator_Type; [[The type, one of 
#Efl_Ui_Win_Indicator_Type.]]
          }

-- 


Reply via email to