tasn pushed a commit to branch master.

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

commit c0ba02e0abde641ad07be032f9a0733ff03d51a0
Author: Tom Hacohen <t...@stosb.com>
Date:   Tue Feb 16 14:20:15 2016 +0000

    Efl gfx gradient: Fix Eolian warnings.
    
    This includes either migrating types to eolian, fixing namespace or
    importing extra types.
---
 src/lib/efl/interfaces/efl_gfx_gradient_base.eo | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_gfx_gradient_base.eo 
b/src/lib/efl/interfaces/efl_gfx_gradient_base.eo
index a530397..36df101 100644
--- a/src/lib/efl/interfaces/efl_gfx_gradient_base.eo
+++ b/src/lib/efl/interfaces/efl_gfx_gradient_base.eo
@@ -1,3 +1,5 @@
+import efl_gfx_types;
+
 interface Efl.Gfx.Gradient.Base
 {
    eo_prefix: efl_gfx_gradient;
@@ -11,7 +13,7 @@ interface Efl.Gfx.Gradient.Base
             [[Get the list of color stops.]]
          }
          values {
-            colors: const(Efl_Gfx_Gradient_Stop) *; [[color stops list]]
+            colors: const(Efl.Gfx.Gradient.Stop) *; [[color stops list]]
             length: uint; [[length of the list]]
          }
       }
@@ -25,7 +27,7 @@ interface Efl.Gfx.Gradient.Base
             ]]
          }
          values {
-            s: Efl_Gfx_Gradient_Spread; [[spread type to be used]]
+            s: Efl.Gfx.Gradient.Spread; [[spread type to be used]]
          }
       }
    }

-- 


Reply via email to