From: Seunggyun Kim <sgyun.kim@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 04:35:08 +0000 (04:35 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 7 Apr 2011 04:35:08 +0000 (04:35 +0000)
commitacbaab5fa4d07a05597b4eb1cc9e8f409577dc53
treee4332a7856fcaaaf0b4b12591d1f325aa00137fc
parentd206f2c9efc4dd9c7523a42a76bda196d6a3afba
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_genlist :
elm_genlist_realized_items_update api added

I added elm_genlist_realized_items_update api.

elm_genlist_item_update api already exists.
But If the application want to change all realized items using this api,
application always have to check genlist all realized items and call
elm_genlist_item_update api.

This routine is being used at many functions of application.

So I made elm_genlist_realized_items_update api.
This helps application to update easily all realized items at a time.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@58403 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Elementary.h.in
src/lib/elm_genlist.c