efl_ui_focus_manager: the caller gives away the ownership of this list
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Sun, 30 Apr 2017 09:35:55 +0000 (11:35 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Thu, 4 May 2017 18:44:41 +0000 (20:44 +0200)
src/lib/elementary/efl_ui_focus_manager.eo

index c35e53b..272b03e 100644 (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]]
         }