xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=98ae0bb4ccab87fe2029b205b01440779a920071
commit 98ae0bb4ccab87fe2029b205b01440779a920071 Author: Xavi Artigas <xavierarti...@yahoo.es> Date: Fri Nov 22 12:50:35 2019 +0100 Efl.Text.Cursor: Add missing documentation This was breaking the C# bindings build. --- src/lib/evas/canvas/efl_text_cursor.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/efl_text_cursor.eo b/src/lib/evas/canvas/efl_text_cursor.eo index 781a1799fe..47786b7f2e 100644 --- a/src/lib/evas/canvas/efl_text_cursor.eo +++ b/src/lib/evas/canvas/efl_text_cursor.eo @@ -1,4 +1,4 @@ -struct @beta Efl_Text_Cursor_Handle; +struct @beta Efl_Text_Cursor_Handle; [[Opaque handle for Text cursors.]] enum @beta Efl.Text.Cursor_Type { --