efl_gfx_shape: remove pointers

This commit is contained in:
Daniel Kolesa 2016-11-03 16:48:50 +01:00
parent 0f20af41ea
commit 6e0e4a8fe5
1 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ mixin Efl.Gfx.Shape
get {
}
values {
dash: const(Efl.Gfx.Dash) *;
dash: ptr(const(Efl.Gfx.Dash));
length: uint;
}
}
@ -131,8 +131,8 @@ mixin Efl.Gfx.Shape
get {
}
values {
op: const(Efl.Gfx.Path.Command_Type) *; [[Command list]]
points: const(double) *; [[Point list]]
op: ptr(const(Efl.Gfx.Path.Command_Type)); [[Command list]]
points: ptr(const(double)); [[Point list]]
}
}
@property path_length {