From: discomfitor Date: Tue, 26 Jul 2011 01:51:50 +0000 (+0000) Subject: add note regarding swallowed content in items to elm_menu_item_object_icon_get X-Git-Tag: REL_F_I9500_20120323_1~17^2~2179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=566339644e20eafe390288536d81ac39bb47810d;p=framework%2Fuifw%2Felementary.git add note regarding swallowed content in items to elm_menu_item_object_icon_get git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61721 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_menu.c b/src/lib/elm_menu.c index f5864e8..5557442 100644 --- a/src/lib/elm_menu.c +++ b/src/lib/elm_menu.c @@ -908,6 +908,8 @@ elm_menu_item_separator_add(Evas_Object *obj, Elm_Menu_Item *parent) * * @param item The menu item object * @return The icon object or NULL if there's no icon + * @note If @p item was added with elm_menu_item_add_object, this + * function will return the object passed. * * @ingroup Menu */