diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-29 10:26:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-29 10:26:35 +0200 |
commit | 1f08e7cb5672465f8fcac12b6658bd91a3052e27 (patch) | |
tree | 18b39ef00f603daa23bd2f0546c24f83207a60ee /doc/it/weechat_plugin_api.it.asciidoc | |
parent | b0c45b2127d8774efaa0347a7077d1db9066923a (diff) | |
download | weechat-1f08e7cb5672465f8fcac12b6658bd91a3052e27.zip |
doc: add note about version 1.5 in config functions (plugin API reference)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.asciidoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index 10de35c4b..3734d896d 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -4383,6 +4383,9 @@ Funzioni per i file di configurazione. ==== config_new +// TRANSLATION MISSING +_Updated in 1.5._ + Crea un nuovo file di configurazione. Prototipo: @@ -4464,6 +4467,9 @@ config_file = weechat.config_new("test", "my_config_reload_cb", "") ==== config_new_section +// TRANSLATION MISSING +_Updated in 1.5._ + Crea una nuova sezione nel file di configurazione. Prototipo: @@ -4794,6 +4800,9 @@ section = weechat.config_search_section(config_file, "section") ==== config_new_option +// TRANSLATION MISSING +_Updated in 1.5._ + Crea una nuova opzione nella sezione di un file di configurazione. Prototipo: |