summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2008-05-02 08:36:20 +0000
committerroot <root>2008-05-02 08:36:20 +0000
commit205a9b102b22f2dc1c711d8a8a5cb98488d22c9b (patch)
treeb8cda164341181a080cbb33f24ea0a9f5851ef8c /ev.pod
parent1b5bdfc28c14e180f3369f1bd995af92c20f15e9 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/ev.pod b/ev.pod
index 77029fa..6ae53b1 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1375,6 +1375,11 @@ when you changed some parameters or the reschedule callback would return
a different time than the last time it was called (e.g. in a crond like
program when the crontabs have changed).
+=item ev_tstamp ev_periodic_at (ev_periodic *)
+
+When active, returns the absolute time that the watcher is supposed to
+trigger next.
+
=item ev_tstamp offset [read-write]
When repeating, this contains the offset value, otherwise this is the
@@ -1395,11 +1400,6 @@ The current reschedule callback, or C<0>, if this functionality is
switched off. Can be changed any time, but changes only take effect when
the periodic timer fires or C<ev_periodic_again> is being called.
-=item ev_tstamp at [read-only]
-
-When active, contains the absolute time that the watcher is supposed to
-trigger next.
-
=back
=head3 Examples