Hi guys,

Please next time, update the title of the patch. Seems really weird that a new 
API patch only includes documentation update.

JackDanielZ

On Mon, 07 Mar 2016 22:51:39 -0800
"shashank.p" <shashan...@samsung.com> wrote:

> bu5hm4n pushed a commit to branch master.
> 
> http://git.enlightenment.org/core/elementary.git/commit/?id=339da71b84b136c8ed8ab286e64d9615167e308a
> 
> commit 339da71b84b136c8ed8ab286e64d9615167e308a
> Author: shashank.p <shashan...@samsung.com>
> Date:   Tue Mar 8 07:47:57 2016 +0100
> 
>     elm_genlist: Added elm_genlist_filtered_items_count API
>     
>     Summary: This clarifies the documentation of the new api.
>     
>     Reviewers: SanghyeonLee, shilpasingh, cedric
>     
>     Reviewed By: cedric
>     
>     Subscribers: bu5hm4n, buds
>     
>     Differential Revision: https://phab.enlightenment.org/D3725
> ---
>  src/lib/elm_genlist.eo | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/src/lib/elm_genlist.eo b/src/lib/elm_genlist.eo
> index f3a0d09..ee2dd0e 100644
> --- a/src/lib/elm_genlist.eo
> +++ b/src/lib/elm_genlist.eo
> @@ -426,10 +426,9 @@ class Elm.Genlist (Elm.Layout,
> Elm.Interface_Scrollable, Evas.Clickable_Interfac
> filtered_items_count @const { [[Return how many items have passed the
> filter currently. 
> -           This behaviour is O(1) and may or may not return the 
> -           filtered count for complete genlist based on the timing
> -           of the call. To get complete count, call after
> "filter,done"
> -           callback
> +           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.
>           ]]
>           return: uint;
>        }
> 


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to