From c9aeeef9a567144e7dadc43a095bb4cba090868e Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 30 Apr 2017 11:35:55 +0200 Subject: [PATCH] efl_ui_focus_manager: the caller gives away the ownership of this list --- src/lib/elementary/efl_ui_focus_manager.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index c35e53bd74..272b03e216 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]] }