diff options
Diffstat (limited to 'doc/it/weechat_plugin_api.it.asciidoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 50db82ad7..c390e19c6 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -4556,8 +4556,8 @@ Argomenti: * 'callback_write_data': puntatore fornito dalla callback quando chiamata da WeeChat; if not NULL, it must have been allocated with malloc (or similar function) and it is automatically freed when the section is freed -* callback_write_default: funzione chiamata quando i valori predefiniti per la sezione - devono essere scritti in un file, argomenti e valore restituito: +* 'callback_write_default': funzione chiamata quando i valori predefiniti per + la sezione devono essere scritti in un file, argomenti e valore restituito: ** 'const void *pointer': puntatore ** 'void *data': puntatore ** 'struct t_config_file *config_file': puntatore al file di configurazione |