docs: evas: document missing structs

This commit is contained in:
Stefan Schmidt 2016-10-27 16:48:36 +02:00
parent 89de3ddd77
commit 21f935c39c
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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