From: Daniel Juyung Seo Date: Thu, 30 Aug 2012 11:21:34 +0000 (+0000) Subject: elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set(). X-Git-Tag: submit/efl/20131021.015827~1856 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=362ef64bf052d7d7a516913efa4d65e8520bac98;p=platform%2Fupstream%2Felementary.git elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set(). SVN revision: 75874 --- diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 4e33807..7d07b83 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -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() *