cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3b489a71e282bb6000efe8ad8dd60b3b8fb7aa98

commit 3b489a71e282bb6000efe8ad8dd60b3b8fb7aa98
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Mon Apr 9 17:23:34 2018 +0200

    Efl.Ui.Textpath_* (from Efl.Ui.Textpath.*)
    
    Ref https://phab.enlightenment.org/T6847
    
    Reviewed-by: Cedric Bail <ced...@osg.samsung.com>
---
 src/lib/elementary/efl_ui_textpath.eo      | 4 ++--
 src/lib/elementary/efl_ui_textpath_part.eo | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elementary/efl_ui_textpath.eo 
b/src/lib/elementary/efl_ui_textpath.eo
index 6484f2cb5e..20b046f0f9 100644
--- a/src/lib/elementary/efl_ui_textpath.eo
+++ b/src/lib/elementary/efl_ui_textpath.eo
@@ -1,4 +1,4 @@
-enum Efl.Ui.Textpath.Direction {
+enum Efl.Ui.Textpath_Direction {
     [[Textpath direction]]
     cw, [[Clockwise]]
     ccw [[Counter-clockwise]]
@@ -15,7 +15,7 @@ class Efl.Ui.Textpath (Efl.Ui.Layout.Object, Efl.Object, 
Efl.Text, Efl.Gfx.Path)
             @in y: double; [[Y coordinate of center]]
             @in radius: double; [[Radius of the circle]]
             @in start_angle: double; [[Start angle of the circle]]
-            @in direction: Efl.Ui.Textpath.Direction; [[Textpath direction]]
+            @in direction: Efl.Ui.Textpath_Direction; [[Textpath direction]]
          }
       }
       @property autofit {
diff --git a/src/lib/elementary/efl_ui_textpath_part.eo 
b/src/lib/elementary/efl_ui_textpath_part.eo
index 22ec019ea8..bf76088329 100644
--- a/src/lib/elementary/efl_ui_textpath_part.eo
+++ b/src/lib/elementary/efl_ui_textpath_part.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Textpath.Part (Efl.Ui.Layout.Part_Text)
+class Efl.Ui.Textpath_Part (Efl.Ui.Layout.Part_Text)
 {
    [[Efl UI Textpath internal part class]]
    data: null;

-- 


Reply via email to