lauromoura pushed a commit to branch master.

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

commit bf1f7cfab78b408bc015dca299bdcef6b1776ea3
Author: Cedric Bail <cedric.b...@free.fr>
Date:   Wed Sep 25 11:55:30 2019 -0300

    efl: stabilize Efl.Ui.Factory.
    
    Summary:
    T8262
    Depends on D10132
    
    Reviewers: zmike, segfaultxavi, bu5hm4n, SanghyeonLee, lauromoura, 
felipealmeida
    
    Reviewed By: SanghyeonLee
    
    Subscribers: #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T7885
    
    Differential Revision: https://phab.enlightenment.org/D10133
---
 src/lib/efl/interfaces/efl_ui_factory.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_ui_factory.eo 
b/src/lib/efl/interfaces/efl_ui_factory.eo
index b0518a0755..61d0ce961e 100644
--- a/src/lib/efl/interfaces/efl_ui_factory.eo
+++ b/src/lib/efl/interfaces/efl_ui_factory.eo
@@ -1,10 +1,10 @@
-struct @beta Efl.Ui.Factory_Item_Created_Event {
+struct Efl.Ui.Factory_Item_Created_Event {
    [[EFL UI Factory event structure provided when an item was just created.]]
    model: Efl.Model; [[The model already set on the new item.]]
    item: Efl.Gfx.Entity; [[The item that was just created.]]
 }
 
-interface @beta Efl.Ui.Factory extends Efl.Ui.Property_Bind, 
Efl.Ui.Factory_Bind
+interface Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind
 {
    [[Interface for factory-pattern object creation.
 

-- 


Reply via email to