Efl.Ui.Clock_Type (from Efl.Ui.Clock.Type)
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 6 Apr 2018 14:34:37 +0000 (16:34 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 15:46:59 +0000 (00:46 +0900)
Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/elementary/efl_ui_clock.eo

index 7852c98..d537abf 100644 (file)
@@ -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.]]