edje : Just fixed a doc.

SVN revision: 76273
This commit is contained in:
WooHyun Jung 2012-09-07 05:09:46 +00:00
parent f99fac7de2
commit cd9998f251
1 changed files with 2 additions and 2 deletions

View 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.
*