diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-10 20:24:17 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-10 20:24:17 +0200 |
commit | 93361c95d23a8a87c5d648b8a40d4aa6000645b1 (patch) | |
tree | 27420a7dd5dae9710277433e76e9b8bcf31b458c /doc/it/weechat_plugin_api.it.adoc | |
parent | 36187a240a488fbc06bde997a4c7bb2a9fbf295e (diff) | |
download | weechat-93361c95d23a8a87c5d648b8a40d4aa6000645b1.zip |
doc: move note in function hook_command_run (plugin API reference)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 6 |
1 files changed, 1 insertions, 5 deletions
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 |