From: Marcel Hollerbach Date: Sun, 30 Apr 2017 09:35:55 +0000 (+0200) Subject: efl_ui_focus_manager: the caller gives away the ownership of this list X-Git-Tag: upstream/1.20.0~1239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9aeeef9a567144e7dadc43a095bb4cba090868e;p=platform%2Fupstream%2Fefl.git efl_ui_focus_manager: the caller gives away the ownership of this list --- diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index c35e53b..272b03e 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo @@ -117,7 +117,7 @@ class Efl.Ui.Focus.Manager (Efl.Object) { [[Give the list of children a different order.]] params { parent : Efl.Ui.Focus.Object @nonull; [[the parent to update]] - children : list; [[the list with the new order]] + children : own(list); [[the list with the new order]] } return : bool; [[$true if successful, $false otherwise]] }