diff --git a/src/lib/ecore/efl_core_command_line.eo b/src/lib/ecore/efl_core_command_line.eo index 6eec372954..24849be70d 100644 --- a/src/lib/ecore/efl_core_command_line.eo +++ b/src/lib/ecore/efl_core_command_line.eo @@ -50,7 +50,7 @@ mixin @beta Efl.Core.Command_Line requires Efl.Object { } command_access { [[ Get the accessor which enables access to each argument that got passed to this object. ]] - return : accessor; + return : accessor @move; } @property command_array { [[ Use an array to fill this object diff --git a/src/lib/elementary/efl_access_action.eo b/src/lib/elementary/efl_access_action.eo index acaad80188..8f70f0efb1 100644 --- a/src/lib/elementary/efl_access_action.eo +++ b/src/lib/elementary/efl_access_action.eo @@ -47,7 +47,7 @@ mixin @beta Efl.Access.Action get @pure_virtual { } values { - actions: list; + actions: list @move; [[Contains statically allocated strings.]] } } diff --git a/src/lib/elementary/efl_ui_format.eo b/src/lib/elementary/efl_ui_format.eo index a05cc0b071..3e2bd287bb 100644 --- a/src/lib/elementary/efl_ui_format.eo +++ b/src/lib/elementary/efl_ui_format.eo @@ -81,7 +81,7 @@ mixin Efl.Ui.Format requires Efl.Object performance reasons. ]] values { - values: accessor; [[Accessor over a list of value-text pairs. + values: accessor @move; [[Accessor over a list of value-text pairs. The method will dispose of the accessor, but not of its contents. For convenience, Eina offers a range of helper