ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.109 by root, Wed Apr 2 07:59:17 2008 UTC vs.
Revision 1.110 by root, Tue Apr 15 04:41:57 2008 UTC

1168 e_destroy (w); 1168 e_destroy (w);
1169 1169
1170void ev_async_send (ev_async *w) 1170void ev_async_send (ev_async *w)
1171 C_ARGS: e_loop (w), w 1171 C_ARGS: e_loop (w), w
1172 1172
1173SV *ev_async_async_pending (ev_async *w)
1174 CODE:
1175 RETVAL = boolSV (ev_async_pending (w));
1176 OUTPUT:
1177 RETVAL
1178
1173MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1179MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1174 1180
1175SV *new (SV *klass, unsigned int flags = 0) 1181SV *new (SV *klass, unsigned int flags = 0)
1176 CODE: 1182 CODE:
1177{ 1183{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines