efl_gfx_gradient: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 16:50:07 +01:00
parent 6369ccb1d8
commit 3b2fdfcc60
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ interface Efl.Gfx.Gradient
[[Get the list of color stops.]]
}
values {
colors: const(Efl.Gfx.Gradient.Stop) *; [[Color stops list]]
colors: ptr(const(Efl.Gfx.Gradient.Stop)); [[Color stops list]]
length: uint; [[Length of the list]]
}
}