summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-26 18:56:59 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-07-26 18:56:59 +0200
commitf2b6a67115a074c670bfed414d99664ab4e8475c (patch)
tree41095686e4d8072294faeab3e9c1b67ab79a4b2f
parent01af4dd13b3910f0ab14bbab09ea3cd9b0b9ab3e (diff)
downloadefl-f2b6a67115a074c670bfed414d99664ab4e8475c.tar.gz
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!
-rw-r--r--src/lib/elementary/elm_widget.eo2
1 files changed, 1 insertions, 1 deletions
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]]
}