elm elm_widget_genlist.h: More description for variables.

SVN revision: 83349
This commit is contained in:
Daniel Juyung Seo 2013-01-26 07:11:38 +00:00
parent d1658fe9c7
commit 17b9f1d8e7
1 changed files with 3 additions and 4 deletions

View File

@ -95,10 +95,9 @@ struct _Elm_Genlist_Smart_Data
int multi_device;
int item_cache_count;
int item_cache_max; /* maximum
* number of
* cached
* items */
/* maximum number of cached items. (max_items_per_block * 2) */
int item_cache_max;
int movements;
/* maximum number of items per block */