From 1a4674dfc835d1587c18d262a8658383ae00b749 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Fri, 1 Apr 2016 15:01:48 +0200 Subject: [PATCH] ecore_timer: document properties Make sure that we actually document the property itself and not only the property methods. --- src/lib/ecore/ecore_timer.eo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore/ecore_timer.eo b/src/lib/ecore/ecore_timer.eo index 99f30a8..781ef7f 100644 --- a/src/lib/ecore/ecore_timer.eo +++ b/src/lib/ecore/ecore_timer.eo @@ -14,6 +14,7 @@ class Ecore.Timer (Eo.Base) eo_prefix: ecore_obj_timer; methods { @property interval { + [[Interval the timer ticks on.]] set { [[Change the interval the timer ticks off. If set during a timer call, this will affect the next interval. @@ -27,6 +28,7 @@ class Ecore.Timer (Eo.Base) } } @property pending { + [[Pending time regarding a timer.]] get { [[Get the pending time regarding a timer.]] return: double; -- 2.7.4