stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=21f935c39c90b2f86287359b1c0e71858053c9c8
commit 21f935c39c90b2f86287359b1c0e71858053c9c8 Author: Stefan Schmidt <[email protected]> Date: Thu Oct 27 16:48:36 2016 +0200 docs: evas: document missing structs --- src/lib/evas/canvas/efl_canvas_text.eo | 2 +- src/lib/evas/canvas/evas_textgrid.eo | 2 +- src/lib/evas/canvas/evas_types.eot | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/evas/canvas/efl_canvas_text.eo b/src/lib/evas/canvas/efl_canvas_text.eo index 4e5dca4..18d90f9 100644 --- a/src/lib/evas/canvas/efl_canvas_text.eo +++ b/src/lib/evas/canvas/efl_canvas_text.eo @@ -1,4 +1,4 @@ -struct Efl.Canvas.Text.Style; +struct Efl.Canvas.Text.Style; [[EFL text style data structure]] class Efl.Canvas.Text (Efl.Canvas.Object, Efl.Text) { diff --git a/src/lib/evas/canvas/evas_textgrid.eo b/src/lib/evas/canvas/evas_textgrid.eo index 170e880..974fd17 100644 --- a/src/lib/evas/canvas/evas_textgrid.eo +++ b/src/lib/evas/canvas/evas_textgrid.eo @@ -18,7 +18,7 @@ enum Evas.Textgrid.Font_Style { } /* XXX: Actual definition is in C. */ -struct Evas.Textgrid.Cell; +struct Evas.Textgrid.Cell; [[Evas textgrid cell data structure]] class Evas.Textgrid (Efl.Canvas.Object, Efl.Text.Properties) { diff --git a/src/lib/evas/canvas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot index ba1abdd..6b97bd5 100644 --- a/src/lib/evas/canvas/evas_types.eot +++ b/src/lib/evas/canvas/evas_types.eot @@ -1,5 +1,5 @@ type @extern Evas.Load_Error: int; /* FIXME: Need to migrate emile. */ -struct @extern Evas.Video_Surface; /* FIXME: The structure is full of the unsupported func pointers. */ +struct @extern Evas.Video_Surface; [[Evas video surface data structure]] /* FIXME: The structure is full of the unsupported func pointers. */ type Evas.Modifier_Mask: ullong; [[An Evas modifier mask type]] type Evas.Coord: int; [[A type for coordinates]] @@ -450,4 +450,4 @@ enum Evas.Canvas3D.Material_Attrib type Evas.Canvas3D.Surface_Func: __undefined_type; -struct Efl.Canvas.Text.Annotation; +struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]] --
