summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-12-06 18:59:27 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-12-06 18:59:27 +0100
commit2a18daad6b0da26b37fbeadd645e3108702995ba (patch)
treec73d623e2fb6039f62ab492e5072c17ccfa93b57 /doc/it
parent7a3946f2617ff6ec3a43b2e3ae947c821104c4c1 (diff)
downloadweechat-2a18daad6b0da26b37fbeadd645e3108702995ba.zip
Add note about automatic unhook for function hook_process in plugin API reference
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_plugin_api.it.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt
index b3cd2154f..13ac3c948 100644
--- a/doc/it/weechat_plugin_api.it.txt
+++ b/doc/it/weechat_plugin_api.it.txt
@@ -6217,6 +6217,10 @@ Valore restituito:
* puntatore al nuovo hook, NULL in caso di errore
+// TRANSLATION MISSING
+When command has ended, or if timeout is reached, WeeChat will automatically
+unhook (and kill process if it is still running).
+
[NOTE]
La dimensione del buffer per l'invio dei dati alla callback รจ di 64KB (ci sono
2 buffer: uno per stdout ed uno per stderr).