diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-09-02 16:24:26 +0200 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-09-02 16:24:26 +0200 |
commit | dc05cbbee85587d34eddc87fe45b3e26b05a353c (patch) | |
tree | 0234b7d0b2966b988066442c51ed75262d8bb3f2 /src/lib/emotion/efl_canvas_video.eo | |
parent | 0b6e8f71f1468a7c5a7d77d1514e8e0aeeb93865 (diff) |
docs: Fix typos and wrap EO files to 120 chars
As per our style guide:
https://www.enlightenment.org/contrib/docs/eo-guide.md
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/efl_canvas_video.eo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/emotion/efl_canvas_video.eo b/src/lib/emotion/efl_canvas_video.eo index be94fcc88a..2ee6f6bb73 100644 --- a/src/lib/emotion/efl_canvas_video.eo +++ b/src/lib/emotion/efl_canvas_video.eo | |||
@@ -1,4 +1,5 @@ | |||
1 | class @beta Efl.Canvas.Video extends Efl.Canvas.Group implements Efl.File, Efl.Player, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller | 1 | class @beta Efl.Canvas.Video extends Efl.Canvas.Group |
2 | implements Efl.File, Efl.Player, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller | ||
2 | { | 3 | { |
3 | [[Efl canvas video class]] | 4 | [[Efl canvas video class]] |
4 | methods { | 5 | methods { |