diff options
Diffstat (limited to 'src/lib/emotion/emotion_object.eo')
-rw-r--r-- | src/lib/emotion/emotion_object.eo | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/emotion/emotion_object.eo b/src/lib/emotion/emotion_object.eo index 39ee910564..88bf5c35a5 100644 --- a/src/lib/emotion/emotion_object.eo +++ b/src/lib/emotion/emotion_object.eo @@ -1,4 +1,4 @@ -class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image_Load) { +class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image_Load) { eo_prefix: emotion_obj; methods { @property option { @@ -52,15 +52,15 @@ class Emotion.Object (Evas.Object_Smart, Efl.File, Efl.Player, Efl.Image, Efl.Im } implements { Eo.Base.constructor; - Evas.Object_Smart.add; - Evas.Object_Smart.del; - Evas.Object_Smart.move; - Evas.Object_Smart.resize; - Evas.Object_Smart.show; - Evas.Object_Smart.hide; - Evas.Object_Smart.color.set; - Evas.Object_Smart.clip.set; - Evas.Object_Smart.clip_unset; + Evas.Object.Smart.add; + Evas.Object.Smart.del; + Evas.Object.Smart.move; + Evas.Object.Smart.resize; + Evas.Object.Smart.show; + Evas.Object.Smart.hide; + Evas.Object.Smart.color.set; + Evas.Object.Smart.clip.set; + Evas.Object.Smart.clip_unset; Efl.File.file.set; Efl.File.file.get; Efl.Player.play.set; |