From: hermet Date: Mon, 30 Jan 2012 05:43:00 +0000 (+0000) Subject: elementary/genlist - +documentation. X-Git-Tag: REL_F_I9500_20120323_1~17^2~818 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=462c660aa132300c032bd288514cfff68f6be441;p=framework%2Fuifw%2Felementary.git elementary/genlist - +documentation. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67597 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 23b173d..7854893 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -313,6 +313,18 @@ * - @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