From: raster Date: Fri, 8 Apr 2011 07:52:46 +0000 (+0000) Subject: missed some doxy X-Git-Tag: submit/trunk/20120815.180907~666 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f8fa4a99377c9ed5707f6ffcc81fe13277ae9b6;p=profile%2Fivi%2Fedje.git missed some doxy git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@58479 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Edje.h b/src/lib/Edje.h index 9094eed..d635903 100644 --- a/src/lib/Edje.h +++ b/src/lib/Edje.h @@ -2084,7 +2084,13 @@ EAPI void edje_object_item_provider_set (Evas_Object *obj, Edje_It */ EAPI void edje_object_text_change_cb_set (Evas_Object *obj, Edje_Text_Change_Cb func, void *data); - EAPI Eina_Bool edje_object_part_text_set (Evas_Object *obj, const char *part, const char *text); +/** + * Sets the text for an object part + * @param obj A valid Evas Object handle + * @param part The part name + * @param text The text string + */ +EAPI Eina_Bool edje_object_part_text_set (Evas_Object *obj, const char *part, const char *text); /** * @brief Return the text of the object part. @@ -2132,7 +2138,6 @@ EAPI Eina_Bool edje_object_part_text_unescaped_set (Evas_Object *obj, const c * */ EAPI char *edje_object_part_text_unescaped_get (const Evas_Object *obj, const char *part); - /** * @brief Return the selection text of the object part. @@ -2446,7 +2451,6 @@ EAPI void edje_object_part_text_cursor_pos_set (Evas_Ob * @since 1.1.0 */ EAPI int edje_object_part_text_cursor_pos_get (const Evas_Object *obj, const char *part, Edje_Cursor cur); - /** * Add a filter function for newly inserted text.