efl_gfx_image: remove ptr()

this is not needed here, and not permitted in a none beta context.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D10069
This commit is contained in:
Marcel Hollerbach 2019-09-21 17:53:53 +02:00
parent b051cb52fa
commit 625189d248
1 changed files with 2 additions and 2 deletions

View File

@ -213,9 +213,9 @@ interface @beta Efl.Gfx.Image
}
get {}
values {
horizontal: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>(null); [[Representation of areas that are
horizontal: iterator<Efl.Gfx.Image_Stretch_Region>(null); [[Representation of areas that are
stretchable in the image horizontal space.]]
vertical: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>(null); [[Representation of areas that are
vertical: iterator<Efl.Gfx.Image_Stretch_Region>(null); [[Representation of areas that are
stretchable in the image vertical space.]]
}
}