Update of /cvsroot/gaim/gaim/plugins
In directory usw-pr-cvs1:/tmp/cvs-serv13181/plugins
Modified Files:
PERL-HOWTO
Log Message:
Artem Litvinovich's patch
Index: PERL-HOWTO
===================================================================
RCS file: /cvsroot/gaim/gaim/plugins/PERL-HOWTO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- PERL-HOWTO 2001/10/15 19:52:44 1.11
+++ PERL-HOWTO 2001/10/15 20:08:14 1.12
@@ -136,6 +136,8 @@
and the event itself to never happen (i.e. the user won't see it happen,
and _send events won't actually send).
-GAIM::add_timeout_handler(integer, function)
+GAIM::add_timeout_handler(integer, function, args)
This calls function after integer number of seconds. It only calls function
once, so if you want to keep calling function, keep readding the handler.
+ Args is a string that you'd like to have passed to your timeout handler; it's
+ optional.
|