diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-24 16:53:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-12-24 16:53:16 +0100 |
commit | 31881ebacfeca4da89f6d8138e7118d0d0daba49 (patch) | |
tree | d983e780e877c49b8a6b205aeaed2bdb94f667f0 /doc/it/weechat_plugin_api.it.adoc | |
parent | 28fc733aaf27d43f56cb97ac909855722b82540a (diff) | |
download | weechat-31881ebacfeca4da89f6d8138e7118d0d0daba49.zip |
api: add property "type" in function buffer_get_string
Diffstat (limited to 'doc/it/weechat_plugin_api.it.adoc')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index a327b8d9f..f6016d4b0 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -14852,6 +14852,8 @@ Argomenti: ** _short_name_: nome breve del buffer (nota: usato solo per il display e può essere cambiato dall'utente, questo nome non va usato per trovare il nome del buffer, utilizzare invece _name_, _fullname_ o la variabile locale _channel_) +// TRANSLATION MISSING +** _type_: type of buffer: "formatted" or "free" _(WeeChat ≥ 4.2.0)_ ** _title_: titolo del buffer ** _input_: testo in ingresso ** _text_search_input_: input salvato prima della ricerca nel testo |