From b98a76dc378547bdc69367a5f26b602dec4bbc49 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 3 Nov 2016 10:13:49 +0100 Subject: [PATCH] docs: efl_clock: fill missings docs for new efl clock class --- src/lib/elementary/efl_ui_clock.eo | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/lib/elementary/efl_ui_clock.eo b/src/lib/elementary/efl_ui_clock.eo index 1261cec7e7..9eaa212bfd 100644 --- a/src/lib/elementary/efl_ui_clock.eo +++ b/src/lib/elementary/efl_ui_clock.eo @@ -18,6 +18,7 @@ enum Efl.Ui.Clock.Type class Efl.Ui.Clock (Elm.Layout) { + [[Efl UI clock class]] methods { @property format { [[The current clock format. @@ -131,10 +132,10 @@ class Efl.Ui.Clock (Elm.Layout) Minute: default value range is from 0 to 59. ]] set { - return: bool; + return: bool; [[$true on success, $false otherwise]] } get { - return: bool; + return: bool; [[$true on success, $false otherwise]] } keys { @@ -158,10 +159,10 @@ class Efl.Ui.Clock (Elm.Layout) Minute: default value range is from 0 to 59. ]] set { - return: bool; + return: bool; [[$true on success, $false otherwise]] } get { - return: bool; + return: bool; [[$true on success, $false otherwise]] } keys { @@ -185,10 +186,10 @@ class Efl.Ui.Clock (Elm.Layout) Minute: default value range is from 0 to 59. ]] set { - return: bool; + return: bool; [[$true on success, $false otherwise]] } get { - return: bool; + return: bool; [[$true on success, $false otherwise]] } keys { curtime: Efl.Time*; [[Time structure containing the minimum time value.]] @@ -254,7 +255,7 @@ class Efl.Ui.Clock (Elm.Layout) Elm.Layout.sizing_eval; } events { - changed; + changed; [[Called when clock changed]] } }