raster pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=7043c5e8db9984d490b0ec53aa4b40d983265f6f
commit 7043c5e8db9984d490b0ec53aa4b40d983265f6f Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Aug 12 23:07:10 2016 +0900 efl api release - fix @since in new elm gengrid apis --- src/lib/elementary/elm_gengrid_item.eo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_gengrid_item.eo b/src/lib/elementary/elm_gengrid_item.eo index ab4c99c..18d28b9 100644 --- a/src/lib/elementary/elm_gengrid_item.eo +++ b/src/lib/elementary/elm_gengrid_item.eo @@ -199,7 +199,10 @@ class Elm.Gengrid.Item(Elm.Widget.Item) This instructs gengrid to release references to contents in the item, meaning that they will no longer be managed by gengrid and are floating "orphans" that can be re-used elsewhere if the user wants - to.]] + to. + + @since 1.18 + ]] params { @out l: own(list<own(Efl.Canvas.Object)>); [[The contents list to return.]] } --
