bu5hm4n pushed a commit to branch master.

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

commit 7c9e13a5508abf77c946ee6733cae0e8ab3c560b
Author: Marcel Hollerbach <mar...@osg.samsung.com>
Date:   Tue Nov 14 18:39:06 2017 +0100

    efl_ui_focus_object: make it protected
    
    _this_ focus set should never be called by anyone other than the
    efl.ui.focus package
---
 src/lib/elementary/efl_ui_focus_object.eo | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/lib/elementary/efl_ui_focus_object.eo 
b/src/lib/elementary/efl_ui_focus_object.eo
index 6637302a0e..02203064a4 100644
--- a/src/lib/elementary/efl_ui_focus_object.eo
+++ b/src/lib/elementary/efl_ui_focus_object.eo
@@ -26,6 +26,12 @@ mixin Efl.Ui.Focus.Object
              The function is emitting the focus state events, if focus is
              different to the previous state.
             ]]
+            get {
+
+            }
+            set @protected {
+
+            }
             values {
                 focus : bool; [[The state in which the object should be put]]
             }

-- 


Reply via email to