mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Added timeout_add_once function to docs
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3307 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a26038c664
commit
330768de7d
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user