evas_canvas3d_mesh: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-03 17:07:46 +01:00
parent b347c05f11
commit 137afa68ad
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ class Evas.Canvas3D.Mesh (Evas.Canvas3D.Object, Efl.File)
]]
params {
@in frame: int; [[ The number of the key frame.]]
@in vertex: Eina.Inarray*;
@in index: Eina.Inarray*;
@in vertex: ptr(Eina.Inarray);
@in index: ptr(Eina.Inarray);
}
}