remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 07:52:48 +0000 (07:52 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 15 Mar 2012 07:52:48 +0000 (07:52 +0000)
elm_genlist_compress_mode_set

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69358 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.h

index 28260b5..2f40dcc 100644 (file)
@@ -500,7 +500,7 @@ EAPI Eina_Bool                     elm_genlist_multi_select_get(const Evas_Objec
  *       recalculate every item height again whenever the list width
  *       changes!
  * @note When ELM_LIST_COMPRESS mode is enabled, it also enables
- *       compress mode (see elm_genlist_compress_mode_set()) and
+ *       compress mode (see elm_genlist_mode_set()) and
  *       disables homogeneous (see elm_genlist_homogeneous_set()).
  *
  * @see elm_genlist_mode_get()
@@ -1312,7 +1312,7 @@ EAPI Eina_Bool                     elm_genlist_item_cursor_engine_only_get(const
  * maximum (which increases the performance for scrolling the list). This
  * implies 'compressed' mode.
  *
- * @see elm_genlist_compress_mode_set()
+ * @see elm_genlist_mode_set()
  * @see elm_genlist_homogeneous_get()
  *
  * @ingroup Genlist