stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ed9a58b28b5ba25e011e7a5c175e1123d7119b02
commit ed9a58b28b5ba25e011e7a5c175e1123d7119b02 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 55b2dc1..8a8efb5 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; } --
