efl_ui_focus_manager: the caller gives away the ownership of this list

This commit is contained in:
Marcel Hollerbach 2017-04-30 11:35:55 +02:00
parent 00660723c8
commit c9aeeef9a5
1 changed files with 1 additions and 1 deletions

View File

@ -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<Efl.Ui.Focus.Object>; [[the list with the new order]]
children : own(list<Efl.Ui.Focus.Object>); [[the list with the new order]]
}
return : bool; [[$true if successful, $false otherwise]]
}