From 049bf0247ce207a7a6974a4de200ddbfacc20c7e Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 3 Nov 2016 11:48:49 +0100 Subject: [PATCH] docs: evas: document various type defines --- src/lib/evas/canvas/evas_box.eo | 10 +++++----- src/lib/evas/canvas/evas_canvas3d_texture.eo | 2 +- src/lib/evas/canvas/evas_types.eot | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/evas/canvas/evas_box.eo b/src/lib/evas/canvas/evas_box.eo index 66fdb40cc8..ceca8e656b 100644 --- a/src/lib/evas/canvas/evas_box.eo +++ b/src/lib/evas/canvas/evas_box.eo @@ -1,8 +1,8 @@ -type @extern Evas_Object_Box_Data: __undefined_type; /* FIXME: Not implemented because annonymous structs are not supported */ -type @extern Evas_Object_Box_Option: __undefined_type; /* FIXME: Not implemented because bitfields are not supported. */ -type @extern Evas_Object_Box_Layout: __undefined_type; /* FIXME: Function pointers are not supported */ -type @extern Eina_Free_Cb: __undefined_type; /* FIXME: Function pointers are not supported */ -type @extern va_list: __undefined_type; /* FIXME: va_list is not supported */ +type @extern Evas_Object_Box_Data: __undefined_type; [[Evas object box data type]] /* FIXME: Not implemented because annonymous structs are not supported */ +type @extern Evas_Object_Box_Option: __undefined_type; [[Evas object box option type]] /* FIXME: Not implemented because bitfields are not supported. */ +type @extern Evas_Object_Box_Layout: __undefined_type; [[Evas object box layout type]] /* FIXME: Function pointers are not supported */ +type @extern Eina_Free_Cb: __undefined_type; [[Eina free callback type]] /* FIXME: Function pointers are not supported */ +type @extern va_list: __undefined_type; [[va_list type]] /* FIXME: va_list is not supported */ class Evas.Box (Efl.Canvas.Group.Clipped) { diff --git a/src/lib/evas/canvas/evas_canvas3d_texture.eo b/src/lib/evas/canvas/evas_canvas3d_texture.eo index 0ab00befb6..277c3e116d 100644 --- a/src/lib/evas/canvas/evas_canvas3d_texture.eo +++ b/src/lib/evas/canvas/evas_canvas3d_texture.eo @@ -1,4 +1,4 @@ -type @extern Evas_Colorspace: int; /* FIXME: Need to get emile migrated. */ +type @extern Evas_Colorspace: int; [[Evas colorspace type]] /* FIXME: Need to get emile migrated. */ class Evas.Canvas3D.Texture (Evas.Canvas3D.Object) { diff --git a/src/lib/evas/canvas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot index 6b97bd51fe..ec24e5610d 100644 --- a/src/lib/evas/canvas/evas_types.eot +++ b/src/lib/evas/canvas/evas_types.eot @@ -1,4 +1,4 @@ -type @extern Evas.Load_Error: int; /* FIXME: Need to migrate emile. */ +type @extern Evas.Load_Error: int; [[Evas load error type]] /* FIXME: Need to migrate emile. */ 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]] @@ -448,6 +448,6 @@ enum Evas.Canvas3D.Material_Attrib normal [[Normal map term]] } -type Evas.Canvas3D.Surface_Func: __undefined_type; +type Evas.Canvas3D.Surface_Func: __undefined_type; [[Evas 3D canvas surface function type]] struct Efl.Canvas.Text.Annotation; [[EFL text annotations data structure]]