efl_canvas_text_cursor: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-03 17:04:00 +01:00
parent 8841f7e781
commit d433f1e73c
1 changed files with 2 additions and 2 deletions

View File

@ -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.]]
}
}