cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=1e3a3c335743c58c041009200f098478d643ef0d

commit 1e3a3c335743c58c041009200f098478d643ef0d
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Oct 28 08:36:07 2019 -0400

    efl_ui: mark Efl.Ui.Focus.Autoscroll_Mode beta
    
    this cannot currently be used for anything and was not explicitly stabilized
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D10540
---
 src/lib/elementary/efl_ui.eot | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/lib/elementary/efl_ui.eot b/src/lib/elementary/efl_ui.eot
index 7b84a98283..3c186c913e 100644
--- a/src/lib/elementary/efl_ui.eot
+++ b/src/lib/elementary/efl_ui.eot
@@ -42,11 +42,9 @@ enum Efl.Ui.Focus.Move_Policy
                Left, Right, Up, Down, Tab, or Shift+Tab.]]
 }
 
-enum Efl.Ui.Focus.Autoscroll_Mode
+enum @beta Efl.Ui.Focus.Autoscroll_Mode
 {
    [[Focus Autoscroll Mode
-
-     @since 1.10
    ]]
    show,    [[Directly show the focused region or item automatically.]]
    none,    [[Do not show the focused region or item automatically.]]

-- 


Reply via email to