summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-08-12 23:09:04 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-08-12 23:09:04 +0900
commit8ff872281f8f4eed6119c7825216dca20bdfd575 (patch)
tree6a54180f4c612ca366183857e80374362af23302
parent7043c5e8db9984d490b0ec53aa4b40d983265f6f (diff)
downloadefl-8ff872281f8f4eed6119c7825216dca20bdfd575.tar.gz
efl api release - fix @since in new elm genlist api's
-rw-r--r--src/lib/elementary/elm_genlist.eo4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_genlist.eo b/src/lib/elementary/elm_genlist.eo
index 1448f6e83b..18888ca72d 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;
}