stefan pushed a commit to branch master.

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

commit b98a76dc378547bdc69367a5f26b602dec4bbc49
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Nov 3 10:13:49 2016 +0100

    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 1261cec..9eaa212 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]]
    }
 
 }

-- 


Reply via email to