elm genlist.h: Added some comments about unsupported elm_object_item APIs.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Apr 2012 15:35:05 +0000 (15:35 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Apr 2012 15:35:05 +0000 (15:35 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70152 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.h

index 3127d1b..2fc76e8 100644 (file)
  *
  * Supported elm_object_item common APIs
  * @li elm_object_item_part_content_get()
- * @li elm_object_item_part_content_set()
- * @li elm_object_item_part_content_unset()
- * @li elm_object_item_part_text_set()
  * @li elm_object_item_part_text_get()
  * @li elm_object_item_disabled_set()
  * @li elm_object_item_disabled_get()
  * @li elm_object_item_signal_emit()
  *
+ * Unsupported elm_object_item common APIs due to the genlist concept.
+ * Genlist fills content/text according to the appropriate callback functions.
+ * Please use elm_genlist_item_update() or elm_genlist_item_fields_update()
+ * instead.
+ * @li elm_object_item_part_content_set()
+ * @li elm_object_item_part_content_unset()
+ * @li elm_object_item_part_text_set()
+ *
  * @section Genlist_Examples Examples
  *
  * Here is a list of examples that use the genlist, trying to show some of