From: Marcel Hollerbach Date: Wed, 26 Jul 2017 16:56:59 +0000 (+0200) Subject: elm_widget: change to @inout X-Git-Tag: upstream/1.20.0~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2b6a67115a074c670bfed414d99664ab4e8475c;p=platform%2Fupstream%2Fefl.git 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! --- diff --git a/src/lib/elementary/elm_widget.eo b/src/lib/elementary/elm_widget.eo index 07c02d0..5efd4dd 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]] }