ecore_timer: document properties

Make sure that we actually document the property itself and not only the
property methods.
This commit is contained in:
Stefan Schmidt 2016-04-01 15:01:48 +02:00
parent e84b2e50f7
commit 1a4674dfc8
1 changed files with 2 additions and 0 deletions

View File

@ -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;