evas_text: fix default return value.

@fix
This commit is contained in:
Jaehwan Kim 2015-04-23 22:09:08 +09:00
parent ee5c81b736
commit c3ae53bb9c
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class Evas.Text (Evas.Object, Efl.Text, Efl.Text_Properties)
methods {
last_up_to_pos @const {
/*@ Returns the logical position of the last char in the text up to the pos given. this is NOT the position of the last char because of the possibility of RTL in the text. */
return: int;
return: int(-1);
params {
@in Evas_Coord x; /*@ in */
@in Evas_Coord y; /*@ in */