From e1c68da27a22ca490f105e566b6a815870c7273a Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 26 Jul 2019 22:35:40 +0200 Subject: [PATCH] Rename Efl.Gfx.Image.Stretch_Region -> Efl.Gfx.Image_Stretch_Region Otherwise we have a symbol <-> namespace clash. Again. --- src/lib/efl/interfaces/efl_gfx_image.eo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/efl/interfaces/efl_gfx_image.eo b/src/lib/efl/interfaces/efl_gfx_image.eo index 64bd6b8..db71b17 100644 --- a/src/lib/efl/interfaces/efl_gfx_image.eo +++ b/src/lib/efl/interfaces/efl_gfx_image.eo @@ -40,7 +40,7 @@ enum @beta Efl.Gfx.Image_Scale_Type none [[Not scale the image]] } -struct Efl.Gfx.Image.Stretch_Region +struct Efl.Gfx.Image_Stretch_Region { [[This struct holds the description of a stretchable region in one dimension (vertical or horizontal). Used when scaling an image. @@ -183,8 +183,8 @@ interface @beta Efl.Gfx.Image } get {} values { - horizontal: iterator; [[Representation of area that are stretchable in the image horizontal space.]] - vertical: iterator; [[Representation of area that are stretchable in the image vertical space.]] + horizontal: iterator; [[Representation of area that are stretchable in the image horizontal space.]] + vertical: iterator; [[Representation of area that are stretchable in the image vertical space.]] } } @property image_size { -- 2.7.4