diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 16:04:12 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-08-14 16:04:12 +0200 |
commit | 5073cd34768a871a77f21064f4f57899ad20fcbd (patch) | |
tree | 85c860759a37d9f849ceaa702b89f2066c00ae3b /doc/it/weechat_plugin_api.it.txt | |
parent | dd4863d67cc3a1e5b9c1aea6e9ec5e1432100a75 (diff) | |
download | weechat-5073cd34768a871a77f21064f4f57899ad20fcbd.zip |
core: add buffer property "short_name_is_set", return name if short name is not set (in buffer infolist or property)
Diffstat (limited to 'doc/it/weechat_plugin_api.it.txt')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 34a060cc4..7448fe3ff 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -8879,6 +8879,8 @@ Argomenti: ** 'layout_number': numero del buffer salvato nel layout // TRANSLATION MISSING ** 'layout_number_merge_order': order in merge for layout +// TRANSLATION MISSING +** 'short_name_is_set': 1 if short name is set, 0 if not set ** 'type': tipo dibuffer (0: formattato, 1: contenuto libero) ** 'notify': livello di notifica per il buffer ** 'num_displayed': numero delle finestre che visualizzano il buffer |