jaehwan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c3ae53bb9c2f248ca25f37e0f040bf2eb816df70

commit c3ae53bb9c2f248ca25f37e0f040bf2eb816df70
Author: Jaehwan Kim <jae.hwan....@samsung.com>
Date:   Thu Apr 23 22:09:08 2015 +0900

    evas_text: fix default return value.
    
    @fix
---
 src/lib/evas/canvas/evas_text.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_text.eo b/src/lib/evas/canvas/evas_text.eo
index 1d42333..520db77 100644
--- a/src/lib/evas/canvas/evas_text.eo
+++ b/src/lib/evas/canvas/evas_text.eo
@@ -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 */

-- 


Reply via email to