docs: evas: document various type defines

This commit is contained in:
Stefan Schmidt 2016-11-03 11:48:49 +01:00
parent b98a76dc37
commit 049bf0247c
3 changed files with 8 additions and 8 deletions

View 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)
{

View 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)
{

View 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]]