elm_gen_common: fix typo in Struct variable documentation

Reviewers: Hermet, cedric

Reviewed By: cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Anand 2015-06-17 14:32:03 +02:00 committed by Cedric BAIL
parent 1f93f2c712
commit dde6511cbc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ struct Elm_Gen_Item
Eina_List *texts, *contents, *states, *content_objs;
Ecore_Timer *long_timer;
int walking;
int generation; /**< a generation of an item. when the item is created, this value is set to the value of genlist generation. this value will be decreased when the item is going to be deleted */
int generation; /**< a generation of an item. when the item is created, this value is set to the value of genlist/gengrid generation. this value will be decreased when the item is going to be deleted */
const char *mouse_cursor;
Eina_List *item_focus_chain;