diff --git a/src/lib/efl/interfaces/efl_gfx_gradient.eo b/src/lib/efl/interfaces/efl_gfx_gradient.eo index 80a33b26d0..c8d4b3c880 100644 --- a/src/lib/efl/interfaces/efl_gfx_gradient.eo +++ b/src/lib/efl/interfaces/efl_gfx_gradient.eo @@ -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]] } }