Efl gfx spread: Fix Eolian warnings.
authorTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 14:15:41 +0000 (14:15 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 16 Feb 2016 14:15:45 +0000 (14:15 +0000)
This includes either migrating types to eolian, fixing namespace or
importing extra types.

src/lib/efl/interfaces/efl_gfx_fill.eo

index 51078bb..0ea3be9 100644 (file)
@@ -1,4 +1,4 @@
-enum Efl.Gfx.Fill.Spread {
+enum Efl.Gfx.Fill_Spread {
    [[Type defining how an image content gets filled.
      @since 1.14
    ]]
@@ -24,7 +24,7 @@ interface Efl.Gfx.Fill {
               fill.]]
          }
          values {
-            spread: Efl_Gfx_Fill_Spread; [[The current spread mode of the image object.
+            spread: Efl.Gfx.Fill_Spread; [[The current spread mode of the image object.
                                            One of $EFL_GFX_FILL_REFLECT, $EFL_GFX_FILL_REPEAT]]
          }
       }