elementary/genlist - +documentation.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 05:43:00 +0000 (05:43 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 05:43:00 +0000 (05:43 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67597 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.h

index 23b173d..7854893 100644 (file)
  * - @c "language,changed" - This is called when the program's language is
  *   changed.
  *
+ * Supported elm_object common APIs
+ * @li elm_object_signal_emit()
+ *
+ * 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()
+ *
  * @section Genlist_Examples Examples
  *
  * Here is a list of examples that use the genlist, trying to show some of