Evas vg: 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 09:45:47 +00:00
parent d9b5ce0192
commit d9d3acc45a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Evas.VG (Evas.Object, Efl.Gfx.Fill, Efl.Gfx.View)
@since 1.14]]
}
values {
container: Efl_VG *; [[Root node of the VG canvas.]]
container: Eo.Base *; [[Root node of the VG canvas.]] /* FIXME: Should be Efl.VG.Base */
}
}
}