From ed9a58b28b5ba25e011e7a5c175e1123d7119b02 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 12 Aug 2016 23:09:04 +0900 Subject: [PATCH] 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 55b2dc1da4..8a8efb5be2 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; }