ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.74 by root, Wed Jan 18 10:31:37 2006 UTC vs.
Revision 1.75 by root, Wed Jan 18 11:05:09 2006 UTC

1715 RETVAL = THIS; 1715 RETVAL = THIS;
1716 OUTPUT: 1716 OUTPUT:
1717 RETVAL 1717 RETVAL
1718 1718
1719timer * 1719timer *
1720timer::after (NV delay)
1721 CODE:
1722 THIS->start (NOW + delay);
1723 OUTPUT:
1724 RETVAL
1725
1726timer *
1720timer::stop () 1727timer::stop ()
1721 CODE: 1728 CODE:
1722 THIS->stop (); 1729 THIS->stop ();
1723 RETVAL = THIS; 1730 RETVAL = THIS;
1724 OUTPUT: 1731 OUTPUT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines