diff plugins/PERL-HOWTO @ 2512:bf7ec3874810

[gaim-migrate @ 2525] Artem Litvinovich's patch committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 15 Oct 2001 20:08:15 +0000
parents a83b4a5ffcd6
children 0e0a54e5819a
line wrap: on
line diff
--- a/plugins/PERL-HOWTO	Mon Oct 15 19:52:44 2001 +0000
+++ b/plugins/PERL-HOWTO	Mon Oct 15 20:08:15 2001 +0000
@@ -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.