From 9115e25c3c29e6f0c847a91a1779907df72bf7a4 Mon Sep 17 00:00:00 2001 From: seoz Date: Thu, 23 Feb 2012 02:57:00 +0000 Subject: [PATCH] elm genlist: Added more documentation for longpressed smart callback. Signed-off-by: Daniel Juyung Seo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68293 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_genlist.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index d27b1fb..6b66917 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -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 -- 2.7.4