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

Comparing EV/EV.xs (file contents):
Revision 1.95 by root, Thu Dec 20 09:45:52 2007 UTC vs.
Revision 1.96 by root, Thu Dec 20 10:12:22 2007 UTC

1109{ 1109{
1110 sv_setsv (w->fh, ST (1)); 1110 sv_setsv (w->fh, ST (1));
1111 RESET (embed, w, (w, loop)); 1111 RESET (embed, w, (w, loop));
1112} 1112}
1113 1113
1114SV *other (ev_embed *w)
1115 CODE:
1116 RETVAL = newSVsv (w->fh);
1117 OUTPUT:
1118 RETVAL
1119
1114MODULE = EV PACKAGE = EV::Loop PREFIX = ev_loop_ 1120MODULE = EV PACKAGE = EV::Loop PREFIX = ev_loop_
1115 1121
1116SV *new (SV *klass, unsigned int flags = ev_supported_backends ()) 1122SV *new (SV *klass, unsigned int flags = ev_supported_backends ())
1117 CODE: 1123 CODE:
1118{ 1124{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines