summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-04-01 15:01:48 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-04-01 15:03:46 +0200
commit1a4674dfc835d1587c18d262a8658383ae00b749 (patch)
treeb1ac1a9a6488e84cba8c9f5eae23717ca205b4c0
parente84b2e50f733bae57fa78ed459d66f85e2aa9947 (diff)
downloadefl-1a4674dfc835d1587c18d262a8658383ae00b749.tar.gz
ecore_timer: document properties
Make sure that we actually document the property itself and not only the property methods.
-rw-r--r--src/lib/ecore/ecore_timer.eo2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore/ecore_timer.eo b/src/lib/ecore/ecore_timer.eo
index 99f30a8efc..781ef7f9e3 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;