efl api release - fix @since in new elm genlist api's
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 12 Aug 2016 14:09:04 +0000 (23:09 +0900)
committerStefan Schmidt <stefan@osg.samsung.com>
Fri, 12 Aug 2016 16:04:55 +0000 (18:04 +0200)
src/lib/elementary/elm_genlist.eo

index 55b2dc1..8a8efb5 100644 (file)
@@ -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;
       }