diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-18 14:22:23 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2019-01-18 16:31:26 +0100 |
commit | 34efdfb1b1ed24f00b95edfbf9bde3db8884f9df (patch) | |
tree | 15bd03f3c9408dd939af6af00cc487f04b93c285 /src/lib/emotion/efl_canvas_video.eo | |
parent | 50c41b1100d2dce33518e59ebaadc5cfcc63c69e (diff) |
efl: convert all classes to the new eolian syntax
ref T7459
Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D7684
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/efl_canvas_video.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emotion/efl_canvas_video.eo b/src/lib/emotion/efl_canvas_video.eo index 4b30936823..b9701302f7 100644 --- a/src/lib/emotion/efl_canvas_video.eo +++ b/src/lib/emotion/efl_canvas_video.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Video (Efl.Canvas.Group, Efl.File, Efl.Player, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller) | 1 | class Efl.Canvas.Video extends Efl.Canvas.Group implements Efl.File, Efl.Player, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller |
2 | { | 2 | { |
3 | [[Efl canvas video class]] | 3 | [[Efl canvas video class]] |
4 | methods { | 4 | methods { |