Efl gfx spread: Fix Eolian warnings.

This includes either migrating types to eolian, fixing namespace or
importing extra types.
This commit is contained in:
Tom Hacohen 2016-02-16 14:15:41 +00:00
parent 4e285d6a32
commit 2e7cab107d
1 changed files with 2 additions and 2 deletions

View 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]]
}
}