Evas text: Fixed mistake in comment.

SVN revision: 61299
This commit is contained in:
Tom Hacohen 2011-07-12 15:04:03 +00:00
parent c66ec1de38
commit b0a4063d6b
1 changed files with 1 additions and 1 deletions

View File

@ -6785,7 +6785,7 @@ EAPI const char *evas_object_text_bidi_delimiters_get(const Evas_Object *o
* @param cw A pointer to an @c Evas_Coord to store the Width value in (can be NULL).
* @param ch A pointer to an @c Evas_Coord to store the Height value in (can be NULL).
*
* @returns EINA_FALSE on error, EINA_TRUE on success.
* @returns EINA_FALSE on sucess, EINA_TRUE on error.
*/
EAPI Eina_Bool evas_object_text_char_pos_get (const Evas_Object *obj, int pos, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch) EINA_ARG_NONNULL(1);
EAPI int evas_object_text_char_coords_get (const Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch) EINA_ARG_NONNULL(1);