mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02: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
1 changed files with 4 additions and 0 deletions
|
|
@ -288,6 +288,10 @@ timeout_add(msecs, func, data)
|
||||||
Call `func' every `msecs' milliseconds (1000 = 1 second) with
|
Call `func' every `msecs' milliseconds (1000 = 1 second) with
|
||||||
parameter `data'. Returns tag which can be used to stop the timeout.
|
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)
|
timeout_remove(tag)
|
||||||
Remove timeout with tag.
|
Remove timeout with tag.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue