elm elm_widget_genlist.h: More description for variables.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 26 Jan 2013 07:11:38 +0000 (07:11 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 26 Jan 2013 07:11:38 +0000 (07:11 +0000)
SVN revision: 83349

legacy/elementary/src/lib/elm_widget_genlist.h

index 14ae3f4..d001cfc 100644 (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 */