q66 pushed a commit to branch master.

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

commit d433f1e73cf6bc9c8afe4bea6f5432b17ddf7812
Author: Daniel Kolesa <d.kol...@osg.samsung.com>
Date:   Thu Nov 3 17:04:00 2016 +0100

    efl_canvas_text_cursor: remove pointers
---
 src/lib/evas/canvas/efl_canvas_text_cursor.eo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/evas/canvas/efl_canvas_text_cursor.eo 
b/src/lib/evas/canvas/efl_canvas_text_cursor.eo
index 7b789c1..47d22e1 100644
--- a/src/lib/evas/canvas/efl_canvas_text_cursor.eo
+++ b/src/lib/evas/canvas/efl_canvas_text_cursor.eo
@@ -183,7 +183,7 @@ class Efl.Canvas.Text.Cursor (Efl.Object)
             legacy: null;
          }
          values {
-            annotation: Efl.Canvas.Text.Annotation *;
+            annotation: ptr(Efl.Canvas.Text.Annotation);
          }
       }
       object_item_insert {
@@ -198,7 +198,7 @@ class Efl.Canvas.Text.Cursor (Efl.Object)
             @in format: string; [[Format of the inserted item.
             See Format styles.]]
          }
-         return: Efl.Canvas.Text.Annotation *; [[The annotation handle of the
+         return: ptr(Efl.Canvas.Text.Annotation); [[The annotation handle of 
the
          inserted item.]]
       }
    }

-- 


Reply via email to