From: seoz Date: Tue, 27 Mar 2012 02:39:14 +0000 (+0000) Subject: elm genlist: Fixed documentation. X-Git-Tag: sbs/armel/slp2-target~36^2~147 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b95d4755913eda1ba97b13140142b4689409c99f;p=framework%2Fuifw%2Felementary.git elm genlist: Fixed documentation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69648 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 3728358..0f5171e 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -311,8 +311,9 @@ * - @c "multi,swipe,down" - This is called when the genlist is multi-touch * swiped down. * - @c "multi,pinch,out" - This is called when the genlist is multi-touch - * pinched out. "- @c multi,pinch,in" - This is called when the genlist is - * multi-touch pinched in. + * pinched out. + * - @c multi,pinch,in" - This is called when the genlist is multi-touch + * pinched in. * - @c "swipe" - This is called when the genlist is swiped. * - @c "moved" - This is called when a genlist item is moved. * - @c "moved,after" - This is called when a genlist item is moved after.