This API was just added today so I don't deprecate the previous one.
But I just changed the name.
Thanks.

Daniel Juyung Seo (SeoZ)

On Wed, Feb 22, 2012 at 12:22 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> elm genlist: elm_genlist_item_count -> elm_genlist_items_count
>
>  Signed-off-by: Daniel Juyung Seo <juyung....@samsung.com>
>
> Author:       seoz
> Date:         2012-02-21 19:22:10 -0800 (Tue, 21 Feb 2012)
> New Revision: 68245
> Trac:         http://trac.enlightenment.org/e/changeset/68245
>
> Modified:
>  trunk/elementary/src/lib/elm_genlist.c trunk/elementary/src/lib/elm_genlist.h
>
> Modified: trunk/elementary/src/lib/elm_genlist.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_genlist.c      2012-02-22 03:22:03 UTC (rev 
> 68244)
> +++ trunk/elementary/src/lib/elm_genlist.c      2012-02-22 03:22:10 UTC (rev 
> 68245)
> @@ -3818,7 +3818,7 @@
>  }
>
>  EAPI unsigned int
> -elm_genlist_item_count(const Evas_Object *obj)
> +elm_genlist_items_count(const Evas_Object *obj)
>  {
>    ELM_CHECK_WIDTYPE(obj, widtype) 0;
>    Widget_Data *wd = elm_widget_data_get(obj);
>
> Modified: trunk/elementary/src/lib/elm_genlist.h
> ===================================================================
> --- trunk/elementary/src/lib/elm_genlist.h      2012-02-22 03:22:03 UTC (rev 
> 68244)
> +++ trunk/elementary/src/lib/elm_genlist.h      2012-02-22 03:22:10 UTC (rev 
> 68245)
> @@ -1924,7 +1924,7 @@
>  *
>  * @ingroup Genlist
>  */
> -EAPI unsigned int elm_genlist_item_count(const Evas_Object *obj);
> +EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
>  /**
>  * @}
>  */
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to