From 7e34e100d27e0a0f8958a4c2eab56410dddd587e Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 6 Apr 2018 16:34:37 +0200 Subject: [PATCH] Efl.Ui.Clock_Type (from Efl.Ui.Clock.Type) Ref https://phab.enlightenment.org/T6847 Reviewed-by: Cedric Bail --- 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.]]