genlist: add SIG_CHANGED("changed") smart callback in genlist.
authorSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 29 Jul 2015 20:20:40 +0000 (22:20 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 4 Aug 2015 13:21:39 +0000 (15:21 +0200)
commit3ba64d59e8b82abd71a1a20b23aecc4cbd228b45
tree84920148b37b3e7a6edcfb4f9930a269f40eff3d
parent569cb23fc1814e6e358f1b5d1d11173012142373
genlist: add SIG_CHANGED("changed") smart callback in genlist.

Summary:
SIG_CAHANGED notify user to
genlist is now changed their items and properties and all
calculation is finished, so user can get correct values in
that callback.

This SIG_CHANGED smart callback already supported in gengrid.

Test Plan:
N/A
This patch is addition of new smart callback.

Reviewers: raster, seoz, singh.amitesh

Subscribers: Hermet, cedric, eagleeye

Differential Revision: https://phab.enlightenment.org/D2773

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/bin/test_genlist.c
src/lib/elm_genlist.c