zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2f007f7a08b680988c6a4728f2809facebec6f79

commit 2f007f7a08b680988c6a4728f2809facebec6f79
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Mar 4 13:36:31 2019 -0500

    efl.ui.layout: mark methods as beta
    
    Summary:
    ref T7512
    Depends on D8059
    
    Reviewers: cedric
    
    Reviewed By: cedric
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl_api
    
    Maniphest Tasks: T7512
    
    Differential Revision: https://phab.enlightenment.org/D8060
---
 src/lib/elementary/efl_ui_layout_base.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elementary/efl_ui_layout_base.eo 
b/src/lib/elementary/efl_ui_layout_base.eo
index 4ad9edbca5..5525aa025c 100644
--- a/src/lib/elementary/efl_ui_layout_base.eo
+++ b/src/lib/elementary/efl_ui_layout_base.eo
@@ -43,14 +43,14 @@ abstract @beta Efl.Ui.Layout_Base extends Efl.Ui.Widget 
implements Efl.Container
             style: string("default"); [[The style to use, eg "default".]]
          }
       }
-      @property automatic_theme_rotation {
+      @property automatic_theme_rotation @beta {
         [[This flag tells if this object will automatically mirror the 
rotation changes of the window to this object.
         ]]
         values {
            automatic : bool; [[$true to mirror orientation changes to the 
theme $false otherwise]]
         }
       }
-      theme_rotation_apply {
+      theme_rotation_apply  @beta {
         [[Apply a new rotation value to this object.]]
         params {
           orientation : Efl.Orient; [[The new rotation value.]]

-- 


Reply via email to