elm genlist: elm_genlist_item_count -> elm_genlist_items_count

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68245
This commit is contained in:
Daniel Juyung Seo 2012-02-22 03:22:10 +00:00 committed by Daniel Juyung Seo
parent 259193eb01
commit 548f616eae
2 changed files with 2 additions and 2 deletions

View File

@ -3818,7 +3818,7 @@ _item_move_before(Elm_Gen_Item *it, Elm_Gen_Item *before)
}
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);

View File

@ -1924,7 +1924,7 @@ EAPI void elm_genlist_item_class_unref(Elm_Genlist_Item_Class *itc);
*
* @ingroup Genlist
*/
EAPI unsigned int elm_genlist_item_count(const Evas_Object *obj);
EAPI unsigned int elm_genlist_items_count(const Evas_Object *obj);
/**
* @}
*/