From 93361c95d23a8a87c5d648b8a40d4aa6000645b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 10 May 2017 20:24:17 +0200 Subject: doc: move note in function hook_command_run (plugin API reference) --- doc/it/weechat_plugin_api.it.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'doc/it') diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index c5925b012..65def0b48 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -8329,7 +8329,7 @@ Argomenti: ** _const char *command_: il comando eseguito, con i propri argomenti ** valore restituito: *** _WEECHAT_RC_OK_ -*** _WEECHAT_RC_OK_EAT_ +*** _WEECHAT_RC_OK_EAT_: il comando non verrà eseguito da WeeChat dopo la callback *** _WEECHAT_RC_ERROR_ * _callback_pointer_: puntatore fornito alla callback quando chiamata da WeeChat // TRANSLATION MISSING @@ -8337,10 +8337,6 @@ Argomenti: if not NULL, it must have been allocated with malloc (or similar function) and it is automatically freed when the hook is deleted -[NOTE] -La callback può restituire _WEECHAT_RC_OK_ o _WEECHAT_RC_OK_EAT_ (il comando -non verrà eseguito da WeeChat dopo la callback). - Valore restituito: * puntatore al nuovo hook, NULL in caso di errore -- cgit v1.2.3