elm_widget: change to @inout
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Wed, 26 Jul 2017 16:56:59 +0000 (18:56 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Wed, 26 Jul 2017 16:56:59 +0000 (18:56 +0200)
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

index 07c02d0..5efd4dd 100644 (file)
@@ -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]]
       }