elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Aug 2012 11:21:34 +0000 (11:21 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 30 Aug 2012 11:21:34 +0000 (11:21 +0000)
SVN revision: 75874

src/lib/elm_genlist.h

index 4e33807..7d07b83 100644 (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()
  *