From 330768de7d0e078496347ca415ad48a47bc76a38 Mon Sep 17 00:00:00 2001 From: Valentin Batz Date: Thu, 23 Sep 2004 14:12:08 +0000 Subject: Added timeout_add_once function to docs git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3307 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- docs/perl.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/perl.txt b/docs/perl.txt index 58635d69..e8b066cb 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -288,6 +288,10 @@ timeout_add(msecs, func, data) Call `func' every `msecs' milliseconds (1000 = 1 second) with parameter `data'. Returns tag which can be used to stop the timeout. +timeout_add_once(msecs, func, data); + Call 'func' once after `msecs' milliseconds (1000 = 1 second) + with parameter `data'. Returns tag which can be used to stop the timeout. + timeout_remove(tag) Remove timeout with tag. -- cgit v1.2.3