summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-14 16:04:12 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-14 16:04:12 +0200
commit5073cd34768a871a77f21064f4f57899ad20fcbd (patch)
tree85c860759a37d9f849ceaa702b89f2066c00ae3b /doc
parentdd4863d67cc3a1e5b9c1aea6e9ec5e1432100a75 (diff)
downloadweechat-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')
-rw-r--r--doc/en/weechat_plugin_api.en.txt1
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt1
-rw-r--r--doc/it/weechat_plugin_api.it.txt2
3 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index a58d018be..49e984b71 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -8817,6 +8817,7 @@ Arguments:
** 'number': number of buffer (starts to 1)
** 'layout_number': number of buffer saved in layout
** 'layout_number_merge_order': order in merge for layout
+** 'short_name_is_set': 1 if short name is set, 0 if not set
** 'type': buffer type (0: formatted, 1: free content)
** 'notify': notify level for buffer
** 'num_displayed': number of windows displaying buffer
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 0d1c49ff5..5dc4dde70 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -8959,6 +8959,7 @@ Paramètres :
** 'number' : numéro du tampon (commence à 1)
** 'layout_number' : numéro du tampon sauvegardé dans le "layout"
** 'layout_number_merge_order' : ordre du tampon mélangé pour le "layout"
+** 'short_name_is_set': 1 si le nom court est défini, 0 si non défini
** 'type' : type de tampon (0 : formaté, 1 : contenu libre)
** 'notify' : niveau de notification du tampon
** 'num_displayed' : nombre de fenêtres affichant ce tampon
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