cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=7e34e100d27e0a0f8958a4c2eab56410dddd587e

commit 7e34e100d27e0a0f8958a4c2eab56410dddd587e
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Fri Apr 6 16:34:37 2018 +0200

    Efl.Ui.Clock_Type (from Efl.Ui.Clock.Type)
    
    Ref https://phab.enlightenment.org/T6847
    
    Reviewed-by: Cedric Bail <ced...@osg.samsung.com>
---
 src/lib/elementary/efl_ui_clock.eo | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elementary/efl_ui_clock.eo 
b/src/lib/elementary/efl_ui_clock.eo
index f1ec354fe4..af92741a59 100644
--- a/src/lib/elementary/efl_ui_clock.eo
+++ b/src/lib/elementary/efl_ui_clock.eo
@@ -1,6 +1,6 @@
 import efl_types;
 
-enum Efl.Ui.Clock.Type
+enum Efl.Ui.Clock_Type
 {
    [[Identifies a clock field, The widget supports 6 fields : Year, month,
      Date, Hour, Minute, AM/PM
@@ -179,7 +179,7 @@ class Efl.Ui.Clock (Efl.Ui.Layout)
          [[ The field to be visible/not.]]
          set{} get{}
          keys {
-            fieldtype: Efl.Ui.Clock.Type; [[Type of the field. 
#EFL_UI_CLOCK_TYPE_YEAR etc.]]
+            fieldtype: Efl.Ui.Clock_Type; [[Type of the field. 
#EFL_UI_CLOCK_TYPE_YEAR etc.]]
          }
          values {
             visible: bool; [[$true field can be visible, $false otherwise.]]
@@ -213,7 +213,7 @@ class Efl.Ui.Clock (Efl.Ui.Layout)
             ]]
          }
          keys {
-            fieldtype: Efl.Ui.Clock.Type; [[Type of the field. 
#EFL_UI_CLOCK_TYPE_YEAR etc.]]
+            fieldtype: Efl.Ui.Clock_Type; [[Type of the field. 
#EFL_UI_CLOCK_TYPE_YEAR etc.]]
          }
          values {
             min: int; [[Reference to field's minimum value.]]

-- 


Reply via email to