elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().

SVN revision: 75874
This commit is contained in:
Daniel Juyung Seo 2012-08-30 11:21:34 +00:00
parent 6a922ebf75
commit bdbd2000f3
1 changed files with 2 additions and 0 deletions

View File

@ -1365,6 +1365,8 @@ EAPI Eina_Bool elm_genlist_item_cursor_engine_only_get(const
* expected. But homogeneous mode will skip the item size pre-calculation
* process so items' callbacks are called only when the item is needed.
*
* @note This also works well with group index.
*
* @see elm_genlist_mode_set()
* @see elm_genlist_homogeneous_get()
*