diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-06 19:14:45 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-06 19:26:39 +0100 |
commit | d8704d5c7405fec7089b391872954b27cdd9094d (patch) | |
tree | d20545fe892d564dc7537a8bb0ac3393871c9a10 /doc/it/weechat_plugin_api.it.adoc | |
parent | 6efa574483b0498cfb92cddf7365e6207558ed3a (diff) | |
download | weechat-d8704d5c7405fec7089b391872954b27cdd9094d.zip |
core: add variable "opening" in buffer, do not send buffer signals when the buffer is opening
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 48d738838..8004d0621 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -14969,6 +14969,8 @@ Argomenti: * _buffer_: puntatore al buffer * _property_: nome della proprietà: +// TRANSLATION MISSING +** _opening_: 1 if buffer is opening, otherwise 0 _(WeeChat ≥ 4.2.0)_ ** _number_: numero del buffer (inizia da 1) ** _layout_number_: numero del buffer salvato nel layout ** _layout_number_merge_order_: ordine di unione per i layout |