docs: evas: document various type defines
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 3 Nov 2016 10:48:49 +0000 (11:48 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 3 Nov 2016 10:57:40 +0000 (11:57 +0100)
src/lib/evas/canvas/evas_box.eo
src/lib/evas/canvas/evas_canvas3d_texture.eo
src/lib/evas/canvas/evas_types.eot

index 66fdb40..ceca8e6 100644 (file)
@@ -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)
 {
index 0ab00be..277c3e1 100644 (file)
@@ -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)
 {
index 6b97bd5..ec24e56 100644 (file)
@@ -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]]