summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-03 17:04:00 +0100
committerDaniel Kolesa <d.kolesa@osg.samsung.com>2016-11-03 17:04:00 +0100
commitd433f1e73cf6bc9c8afe4bea6f5432b17ddf7812 (patch)
treee1f19aea94b8d9c152f1af19f3089d60f13cb100
parent8841f7e781bbe24ff38a43c3faa496331713efcf (diff)
downloadefl-d433f1e73cf6bc9c8afe4bea6f5432b17ddf7812.tar.gz
efl_canvas_text_cursor: remove pointers
-rw-r--r--src/lib/evas/canvas/efl_canvas_text_cursor.eo4
1 files 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 7b789c1cab..47d22e1959 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.]]
}
}