summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-11-03 11:48:49 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-11-03 11:57:40 +0100
commit049bf0247ce207a7a6974a4de200ddbfacc20c7e (patch)
tree4687c2ab00c0b3dc9cebf59ab793ac3f088bd8b4
parentb98a76dc378547bdc69367a5f26b602dec4bbc49 (diff)
downloadefl-049bf0247ce207a7a6974a4de200ddbfacc20c7e.tar.gz
docs: evas: document various type defines
-rw-r--r--src/lib/evas/canvas/evas_box.eo10
-rw-r--r--src/lib/evas/canvas/evas_canvas3d_texture.eo2
-rw-r--r--src/lib/evas/canvas/evas_types.eot4
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]]