ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.83 by root, Wed Dec 12 17:55:31 2007 UTC vs.
Revision 1.84 by root, Wed Dec 12 22:26:37 2007 UTC

2019 2019
2020=item w->stop () 2020=item w->stop ()
2021 2021
2022Stops the watcher if it is active. Again, no C<loop> argument. 2022Stops the watcher if it is active. Again, no C<loop> argument.
2023 2023
2024=item w->again () C<ev::timer>, C<ev::periodic> only 2024=item w->again () (C<ev::timer>, C<ev::periodic> only)
2025 2025
2026For C<ev::timer> and C<ev::periodic>, this invokes the corresponding 2026For C<ev::timer> and C<ev::periodic>, this invokes the corresponding
2027C<ev_TYPE_again> function. 2027C<ev_TYPE_again> function.
2028 2028
2029=item w->sweep () C<ev::embed> only 2029=item w->sweep () (C<ev::embed> only)
2030 2030
2031Invokes C<ev_embed_sweep>. 2031Invokes C<ev_embed_sweep>.
2032 2032
2033=item w->update () C<ev::stat> only 2033=item w->update () (C<ev::stat> only)
2034 2034
2035Invokes C<ev_stat_stat>. 2035Invokes C<ev_stat_stat>.
2036 2036
2037=back 2037=back
2038 2038
2058 } 2058 }
2059 2059
2060 2060
2061=head1 MACRO MAGIC 2061=head1 MACRO MAGIC
2062 2062
2063Libev can be compiled with a variety of options, the most fundemantal is 2063Libev can be compiled with a variety of options, the most fundamantal
2064C<EV_MULTIPLICITY>. This option determines whether (most) functions and 2064of which is C<EV_MULTIPLICITY>. This option determines whether (most)
2065callbacks have an initial C<struct ev_loop *> argument. 2065functions and callbacks have an initial C<struct ev_loop *> argument.
2066 2066
2067To make it easier to write programs that cope with either variant, the 2067To make it easier to write programs that cope with either variant, the
2068following macros are defined: 2068following macros are defined:
2069 2069
2070=over 4 2070=over 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines