From: sachiel Date: Tue, 1 Sep 2009 16:16:23 +0000 (+0000) Subject: fix docs X-Git-Tag: 2.0_alpha~163^2~820 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c82e9ebe6bc3927672be71007906b3cee508d8c;p=framework%2Fuifw%2Fedje.git fix docs git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@42159 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index f0076ca..4737b5a 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -2618,8 +2618,7 @@ edje_object_part_box_insert_at(Evas_Object *obj, const char *part, Evas_Object * * @param part The part name * @param child The object to remove * - * @return 1: Successfully removed.\n - * 0: An error occured. + * @return Pointer to the object removed, or NULL. * * Removes child from the box indicated by part.\n */ @@ -2644,8 +2643,7 @@ edje_object_part_box_remove(Evas_Object *obj, const char *part, Evas_Object *chi * @param part The part name * @param pos * - * @return 1: Successfully removed.\n - * 0: An error occured. + * @return Pointer to the object removed, or NULL. * * Removes from the box indicated by part, the object in the position pos.\n */