xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=bc955f35bb5a7fc88133fe811c48123a9b49f8f0

commit bc955f35bb5a7fc88133fe811c48123a9b49f8f0
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Fri Jul 26 22:35:40 2019 +0200

    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 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 {

-- 


Reply via email to