summaryrefslogtreecommitdiff
path: root/src/lib/emotion/emotion_object.eo
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-12 11:12:08 +0100
committerTom Hacohen <tom@stosb.com>2016-05-12 11:12:15 +0100
commit0253d91adeebdfa2c53b04e031b308c4372f9541 (patch)
tree58f055970a34a8d4f6fd13f085f5b1d7721c506c /src/lib/emotion/emotion_object.eo
parente49d84f057c1b7019d0f2bc6b6d9bebba61e1cbf (diff)
downloadefl-0253d91adeebdfa2c53b04e031b308c4372f9541.tar.gz
Evas object smart: Fix namespace to use . and not _.
Diffstat (limited to 'src/lib/emotion/emotion_object.eo')
-rw-r--r--src/lib/emotion/emotion_object.eo20
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;