Evas canvas3d mesh: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-17 10:00:11 +00:00
parent a6878fc95f
commit 1c8ae97b83
2 changed files with 6 additions and 3 deletions

View File

@ -21,3 +21,5 @@ struct @extern Eina.Matrix3 {
zy: double;
zz: double;
}
struct @extern Eina.Inarray;

View File

@ -1,3 +1,4 @@
import eina_types;
import evas_types;
class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Evas.Common_Interface, Efl.File)
@ -104,8 +105,8 @@ class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Evas.Common_Interface, Efl.File)
]]
params {
@in frame: int; [[ The number of the key frame.]]
@in vertex: Eina_Inarray*;
@in index: Eina_Inarray*;
@in vertex: Eina.Inarray*;
@in index: Eina.Inarray*;
}
}
@ -170,7 +171,7 @@ class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Evas.Common_Interface, Efl.File)
params {
@in frame: int; [[Frame number.]]
}
return: Eina_Bool;
return: bool;
}
frame_add {