diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 11:15:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 11:15:12 +0200 |
commit | 75243a46a1999b0aae297826a04ef31e96027aa4 (patch) | |
tree | 7fffe16450f6df759316694e0a665d0f65155a9a /doc/it | |
parent | 4fa2edc86536badc906924c6512ce387013148d0 (diff) | |
download | weechat-75243a46a1999b0aae297826a04ef31e96027aa4.zip |
doc: add missing quotes in plugin API reference
Diffstat (limited to 'doc/it')
-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 |