From: Tom Hacohen Date: Tue, 16 Feb 2016 14:15:41 +0000 (+0000) Subject: Efl gfx spread: Fix Eolian warnings. X-Git-Tag: upstream/1.20.0~7448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e7cab107df11e1d0a0299251f232c9fc41748aa;p=platform%2Fupstream%2Fefl.git Efl gfx spread: Fix Eolian warnings. This includes either migrating types to eolian, fixing namespace or importing extra types. --- diff --git a/src/lib/efl/interfaces/efl_gfx_fill.eo b/src/lib/efl/interfaces/efl_gfx_fill.eo index 51078bb..0ea3be9 100644 --- a/src/lib/efl/interfaces/efl_gfx_fill.eo +++ b/src/lib/efl/interfaces/efl_gfx_fill.eo @@ -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]] } }