raster pushed a commit to branch efl-1.18. http://git.enlightenment.org/core/efl.git/commit/?id=8ff872281f8f4eed6119c7825216dca20bdfd575
commit 8ff872281f8f4eed6119c7825216dca20bdfd575 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Aug 12 23:09:04 2016 +0900 efl api release - fix @since in new elm genlist api's --- src/lib/elementary/elm_genlist.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_genlist.eo b/src/lib/elementary/elm_genlist.eo index 1448f6e..18888ca 100644 --- a/src/lib/elementary/elm_genlist.eo +++ b/src/lib/elementary/elm_genlist.eo @@ -428,10 +428,12 @@ class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable, } filtered_items_count @const { [[Return how many items have passed the filter currently. - + This behaviour is O(1) and returns the count of items which are currently passed by the filter. After "filter,done", the call returns total count of the filtered items. + + @since 1.18 ]] return: uint; } --
