diff options
author | Daniel Hirt <hirt.danny@gmail.com> | 2017-09-25 12:45:12 +0300 |
---|---|---|
committer | Daniel Hirt <hirt.danny@gmail.com> | 2017-09-25 12:51:49 +0300 |
commit | 4f77eca4e175b660ad4fd841c5e27fa74725fb53 (patch) | |
tree | 85e1c7c3d71a1765af32ab9dcd22725e421c61f5 /src/lib/evas/canvas/efl_canvas_text.eo | |
parent | f5560cb5118ee7ffceb3cceb9c7690713aae5687 (diff) |
Canvas text: don't generate legacy for new api
This is part of the new Canvas.Text.
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/canvas/efl_canvas_text.eo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/efl_canvas_text.eo b/src/lib/evas/canvas/efl_canvas_text.eo index b0f075f1bf..d18c9bf93f 100644 --- a/src/lib/evas/canvas/efl_canvas_text.eo +++ b/src/lib/evas/canvas/efl_canvas_text.eo | |||
@@ -260,6 +260,7 @@ Efl.Text.Font, Efl.Text.Style, Efl.Text.Format, Efl.Text.Cursor, Efl.Text.Annota | |||
260 | 260 | ||
261 | @since 1.21 | 261 | @since 1.21 |
262 | ]] | 262 | ]] |
263 | legacy: null; | ||
263 | return: ptr(Eina.Future) @owned; [[Future for layout result]] | 264 | return: ptr(Eina.Future) @owned; [[Future for layout result]] |
264 | } | 265 | } |
265 | } | 266 | } |