elm_genlist.h: added missing " in the documentation.

This commit is contained in:
Daniel Juyung Seo 2013-06-15 23:48:44 +09:00
parent 5ae1e19911
commit 64a8f6608e
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@
* 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
* - @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 by a user