stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=76410cff47d61b4da8f2c9763c0d9f10a470b3a1
commit 76410cff47d61b4da8f2c9763c0d9f10a470b3a1 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 64f3669..70ff7cd 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.]] } --
