diff options
author | Tom Hacohen <tom@stosb.com> | 2015-06-04 10:15:29 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-06-04 10:16:14 +0100 |
commit | 183541cc75203ed0869c5a4974b974e49bc989a5 (patch) | |
tree | 2f6481ebdc3435c18fad48e0569b38a6adc5e3c0 /src | |
parent | b9a3b069844941fdfd21e9bb92c89cc1a7cd396e (diff) |
Evas image: Fix some Eolian warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/evas/canvas/evas_image.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_image.eo b/src/lib/evas/canvas/evas_image.eo index fc25f3f48b..555ee904ff 100644 --- a/src/lib/evas/canvas/evas_image.eo +++ b/src/lib/evas/canvas/evas_image.eo | |||
@@ -88,7 +88,7 @@ class Evas.Image (Evas.Object, Efl.File, Efl.Image, Efl.Gfx.Fill, Efl.Gfx.View) | |||
88 | @see evas_object_image_source_set() for more details */ | 88 | @see evas_object_image_source_set() for more details */ |
89 | } | 89 | } |
90 | values { | 90 | values { |
91 | src: Evas_Object *; /*@ Source object to use for the proxy. */ | 91 | src: Evas.Object *; /*@ Source object to use for the proxy. */ |
92 | } | 92 | } |
93 | } | 93 | } |
94 | @property filled { | 94 | @property filled { |