elm genlist: Added more documentation for longpressed smart callback.

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

SVN revision: 68293
This commit is contained in:
Daniel Juyung Seo 2012-02-23 02:57:00 +00:00 committed by Daniel Juyung Seo
parent bde5e891e6
commit 90d8ee3b8d
1 changed files with 2 additions and 1 deletions

View File

@ -280,7 +280,8 @@
* being dragged.
* - @c "drag" - This is called when the item in the list is being dragged.
* - @c "longpressed" - This is called when the item is pressed for a certain
* amount of time. By default it's 1 second.
* amount of time. By default it's 1 second. The event_info parameter is the
* longpressed genlist item.
* - @c "scroll,anim,start" - This is called when scrolling animation has
* started.
* - @c "scroll,anim,stop" - This is called when scrolling animation has