From: hermet Date: Wed, 3 Aug 2011 11:14:30 +0000 (+0000) Subject: elementary - trivial changes X-Git-Tag: REL_F_I9500_20120323_1~17^2~2048 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e80aa0d4ac856e0fb0a602c0dc1975f0682cf5ca;p=framework%2Fuifw%2Felementary.git elementary - trivial changes git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62048 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 000e641..3a2f314 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -705,8 +705,7 @@ extern "C" { * * @param obj The Elementary object * @param item The label id to get (NULL for the default label) - * @return text of the label or - * NULL for any error + * @return text of the label or NULL for any error * * @note Elementary objects may have many labels (e.g. Action Slider) * @@ -736,8 +735,7 @@ extern "C" { * * @param obj The Elementary object * @param item The content id to get (NULL for the default content) - * @return content of the object or - * NULL for any error + * @return content of the object or NULL for any error * * @note Elementary objects may have many contents *