elm genlist.h: Added some comments about unsupported elm_object_item APIs.

SVN revision: 70152
This commit is contained in:
Daniel Juyung Seo 2012-04-12 15:35:05 +00:00
parent 12da5dc07d
commit 48ad5b24b8
1 changed files with 8 additions and 3 deletions

View File

@ -333,14 +333,19 @@
*
* 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