diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-03 13:09:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-03 13:09:49 +0200 |
commit | e1beb83ff046f8353b3f3fe40a5b0ba83163fef1 (patch) | |
tree | 6fcb07b0171ff9747b65b79fc0f9bb4e6dac158a /doc/it | |
parent | 7ab034b52bb95bd814774fb9e2865b6abbb5893d (diff) | |
download | weechat-e1beb83ff046f8353b3f3fe40a5b0ba83163fef1.zip |
doc: fix typo in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 4df0cdce4..202716cb6 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -6840,10 +6840,13 @@ struct t_hook *weechat_hook_timer (long interval, Argomenti: * 'interval': intervallo tra due chiamate (millisecondi, 1000 = 1 secondo) +// TRANSLATION MISSING * 'align_second': allineamento su un secondo. Per esempio, rrent time is 09:00, if interval = 60000 (60 seconds), and align_second = 60, then timer is - called each minute when second is 00 + called each minute when second is 0 +// TRANSLATION MISSING * 'max_calls': number of calls to timer (if 0, then timer has no end) +// TRANSLATION MISSING * 'callback': function called when time is reached, argomenti e valore restituito: ** 'void *data': pointer |