diff options
author | root <root> | 2007-12-12 22:26:37 +0000 |
---|---|---|
committer | root <root> | 2007-12-12 22:26:37 +0000 |
commit | 9265226edb9bb3d78b5fb0255634878ace52d832 (patch) | |
tree | 941c80959f2c06ae857b952db54edfb48a8b1cec /ev.pod | |
parent | 471c0cc622684d85d6361cc79f32e2436ad079e5 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2021,16 +2021,16 @@ constructor already stores the event loop. Stops the watcher if it is active. Again, no C<loop> argument. -=item w->again () C<ev::timer>, C<ev::periodic> only +=item w->again () (C<ev::timer>, C<ev::periodic> only) For C<ev::timer> and C<ev::periodic>, this invokes the corresponding C<ev_TYPE_again> function. -=item w->sweep () C<ev::embed> only +=item w->sweep () (C<ev::embed> only) Invokes C<ev_embed_sweep>. -=item w->update () C<ev::stat> only +=item w->update () (C<ev::stat> only) Invokes C<ev_stat_stat>. @@ -2060,9 +2060,9 @@ the constructor. =head1 MACRO MAGIC -Libev can be compiled with a variety of options, the most fundemantal is -C<EV_MULTIPLICITY>. This option determines whether (most) functions and -callbacks have an initial C<struct ev_loop *> argument. +Libev can be compiled with a variety of options, the most fundamantal +of which is C<EV_MULTIPLICITY>. This option determines whether (most) +functions and callbacks have an initial C<struct ev_loop *> argument. To make it easier to write programs that cope with either variant, the following macros are defined: |