elementary - modified item_del_pre_hook function prototype.
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Sat, 18 Feb 2012 05:41:27 +0000 (14:41 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Sat, 18 Feb 2012 05:41:27 +0000 (14:41 +0900)
commite283598b19dbc55b96c0f6a5ec22aaedd7533bc1
treea9f5d8899f03d8854aab5f522a51757e02399c83
parentcd2e81cb55188837727351ddd10eb42f7c944525
elementary -  modified item_del_pre_hook function prototype.

Now it returns the bool value to free the widget item.

Some widget items(i,e genlist) should not be deleted directly when elm_object_item_del is called.
So, if the pre_hook function returns EINA_FALSE, then the widget item will not be deleted.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67565 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

src/lib/elc_naviframe.c
src/lib/elc_ctxpopup.c
src/lib/elc_naviframe.c
src/lib/elm_diskselector.c
src/lib/elm_flipselector.c
src/lib/elm_index.c
src/lib/elm_slideshow.c
src/lib/elm_toolbar.c
src/lib/elm_widget.c
src/lib/elm_widget.h