Edje: fix edje swallow doc.

SVN revision: 61964
This commit is contained in:
Jonas M. Gastal 2011-08-01 19:49:28 +00:00
parent b646554b61
commit c509e668d4
1 changed files with 1 additions and 1 deletions

View File

@ -2799,7 +2799,7 @@ EAPI Eina_Bool edje_object_part_swallow (Evas_Object *obj, const c
*
* Causes the edje to regurgitate a previously swallowed object. :)
*
* @note @p obj_swallow will be deleted.
* @note @p obj_swallow will @b not be deleted.
*/
EAPI void edje_object_part_unswallow (Evas_Object *obj, Evas_Object *obj_swallow);