edje : Just fixed a doc.
authorwoohyun <woohyun>
Fri, 7 Sep 2012 05:09:46 +0000 (05:09 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 7 Sep 2012 05:09:46 +0000 (05:09 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76273 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Edje.h

index cabeb4e..ac7e2a7 100644 (file)
@@ -2319,12 +2319,12 @@ EAPI Eina_Bool    edje_object_part_text_set           (Evas_Object *obj, const c
  * @param part The part name
  * @param text The text string
  *
- * @return @c EINA_BOOL on success, @c EINA_FALSE otherwise
+ * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise
  *
  * @since 1.2
  */
 EAPI Eina_Bool    edje_object_part_text_escaped_set   (Evas_Object *obj, const char *part, const char *text);
-       
+
 /**
  * @brief Return the text of the object part.
  *