efl api release - fix @since in new elm gengrid apis

This commit is contained in:
Carsten Haitzler 2016-08-12 23:07:10 +09:00 committed by Stefan Schmidt
parent 5537c7ffe3
commit 76410cff47
1 changed files with 4 additions and 1 deletions

View File

@ -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.]]
}