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]] }