efl_vg: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 17:10:01 +01:00
parent af45994679
commit 01117bf898
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ abstract Efl.VG (Efl.Object, Efl.Gfx, Efl.Gfx.Stack)
@since 1.14]]
}
values {
m: const(Eina.Matrix3) *; [[transformation matrix.]]
m: ptr(const(Eina.Matrix3)); [[transformation matrix.]]
}
}
@property origin {