add note regarding swallowed content in items to elm_menu_item_object_icon_get
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 26 Jul 2011 01:51:50 +0000 (01:51 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Tue, 26 Jul 2011 01:51:50 +0000 (01:51 +0000)
SVN revision: 61721

src/lib/elm_menu.c

index f5864e8..5557442 100644 (file)
@@ -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
  */