summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-11-12 08:32:51 +0000
committerroot <root>2007-11-12 08:32:51 +0000
commitc585a019b5590e9c5b01a77fc81088d551c99da9 (patch)
treee4085bd27c304646f7006a8a0aa64d24a84338b2 /ev.pod
parentdd9ee8186255d5050d01ec99aa1b5b25aefb5280 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.pod b/ev.pod
index 62a8299..b7bae06 100644
--- a/ev.pod
+++ b/ev.pod
@@ -564,10 +564,10 @@ NOTE: I<This callback MUST NOT stop or destroy the periodic or any other
periodic watcher, ever, or make any event loop modifications>. If you need
to stop it, return C<now + 1e30> (or so, fudge fudge) and stop it afterwards.
-Also, I<<this callback must always return a time that is later than the
+Also, I<< this callback must always return a time that is later than the
passed C<now> value >>. Not even C<now> itself will be ok.
-Its prototype is c<ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
+Its prototype is C<ev_tstamp (*reschedule_cb)(struct ev_periodic *w,
ev_tstamp now)>, e.g.:
static ev_tstamp my_rescheduler (struct ev_periodic *w, ev_tstamp now)