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

Comparing EV/EV.xs (file contents):
Revision 1.98 by root, Fri Dec 21 05:10:01 2007 UTC vs.
Revision 1.100 by root, Fri Dec 21 09:43:57 2007 UTC

690 } 690 }
691} 691}
692 OUTPUT: 692 OUTPUT:
693 RETVAL 693 RETVAL
694 694
695SV *loop (ev_watcher *w)
696 CODE:
697 RETVAL = newRV_inc (w->loop);
698 OUTPUT:
699 RETVAL
700
695int priority (ev_watcher *w, int new_priority = 0) 701int priority (ev_watcher *w, int new_priority = 0)
696 CODE: 702 CODE:
697{ 703{
698 RETVAL = w->priority; 704 RETVAL = w->priority;
699 705
909void DESTROY (ev_idle *w) 915void DESTROY (ev_idle *w)
910 CODE: 916 CODE:
911 STOP (idle, w); 917 STOP (idle, w);
912 e_destroy (w); 918 e_destroy (w);
913 919
914MODULE = EV PACKAGE = EV::Prepare PREFIX = ev_check_ 920MODULE = EV PACKAGE = EV::Prepare PREFIX = ev_prepare_
915 921
916void ev_prepare_start (ev_prepare *w) 922void ev_prepare_start (ev_prepare *w)
917 CODE: 923 CODE:
918 START (prepare, w); 924 START (prepare, w);
919 925

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines