summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-07-26 22:35:40 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-07-26 22:35:40 +0200
commitbc955f35bb5a7fc88133fe811c48123a9b49f8f0 (patch)
treea15e3a9fbec12438919d58fa48f08a685443153c
parent41aa680c859a306dd13ff0f7f9a76aa7a046aa6a (diff)
downloadefl-bc955f35bb5a7fc88133fe811c48123a9b49f8f0.tar.gz
Rename Efl.Gfx.Image.Stretch_Region -> Efl.Gfx.Image_Stretch_Region
Otherwise we have a symbol <-> namespace clash. Again.
-rw-r--r--src/lib/efl/interfaces/efl_gfx_image.eo6
1 files 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 64bd6b873d..db71b17ab5 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<ptr(Efl.Gfx.Image.Stretch_Region)>; [[Representation of area that are stretchable in the image horizontal space.]]
- vertical: iterator<ptr(Efl.Gfx.Image.Stretch_Region)>; [[Representation of area that are stretchable in the image vertical space.]]
+ horizontal: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>; [[Representation of area that are stretchable in the image horizontal space.]]
+ vertical: iterator<ptr(Efl.Gfx.Image_Stretch_Region)>; [[Representation of area that are stretchable in the image vertical space.]]
}
}
@property image_size {