bu5hm4n pushed a commit to branch master.

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

commit f2b6a67115a074c670bfed414d99664ab4e8475c
Author: Marcel Hollerbach <marcel-hollerb...@t-online.de>
Date:   Wed Jul 26 18:56:59 2017 +0200

    elm_widget: change to @inout
    
    according to q66 this is correcter than ptr(..).
    
    Anyhow this still leads to a bug in cxx that crashes compilation in cxx
    examples, people are notified!
---
 src/lib/elementary/elm_widget.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo
index 07c02d0193..5efd4ddb89 100644
--- a/src/lib/elementary/elm_widget.eo
+++ b/src/lib/elementary/elm_widget.eo
@@ -766,7 +766,7 @@ abstract Elm.Widget (Efl.Canvas.Group, 
Elm.Interface.Atspi_Accessible,
          params {
             manager : Efl.Ui.Focus.Manager; [[The manager to register against]]
             logical : Efl.Ui.Focus.Object; [[The logical parent to use]]
-            logical_flag : ptr(bool); [[reference to the flag indicating if 
the should be logical or not change this flag to the value you have it 
registered]]
+            @inout logical_flag : bool; [[reference to the flag indicating if 
the should be logical or not change this flag to the value you have it 
registered]]
          }
          return : bool; [[return $true or $false if the registration was 
successfull or not]]
       }

-- 


Reply via email to