diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:56:33 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:56:33 +0200 |
commit | 134713c6d1febc7277231665ef621092aa561c83 (patch) | |
tree | 6dccca663b79258cb680c3dc269e48b660ee91f8 | |
parent | 55e43e15f8f69b0d93adb52dc70b3b9af264a61f (diff) | |
download | weechat-134713c6d1febc7277231665ef621092aa561c83.zip |
doc: add value "-1" for property "hotlist" in function buffer_set (plugin API reference)
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index f4ac391ee..c62b29f29 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10451,7 +10451,7 @@ Properties: | Name | Value | Description | hotlist | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE, - WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT | + WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" | "+": enable hotlist (global setting, buffer pointer is not used) + "-": disable hotlist (global setting, buffer pointer is not used) + priority: add buffer to hotlist with this priority + diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a5eb9680e..2b0d18397 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -10652,7 +10652,7 @@ Propriétés : | Nom | Valeur | Description | hotlist | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE, - WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT | + WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" | "+" : active la hotlist (option globale, le pointeur vers le tampon n'est pas utilisé) + "-" : désactive la hotlist (option globale, le pointeur vers le tampon n'est diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 405989569..ae0adc588 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -10725,7 +10725,7 @@ Properties: // TRANSLATION MISSING | hotlist | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE, - WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT | + WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" | "+": abilita hotlist (impostazione globale , il puntatore al buffer pointer non è utilizzato) + "-": disabilita hotlist (impostazione globale, il puntatore al buffer non è diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index 525529d6c..4dd0ffdad 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -10445,7 +10445,7 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property, // TRANSLATION MISSING | hotlist | "+", "-", WEECHAT_HOTLIST_LOW, WEECHAT_HOTLIST_MESSAGE, - WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT | + WEECHAT_HOTLIST_PRIVATE, WEECHAT_HOTLIST_HIGHLIGHT, "-1" | "+": ホットリストを有効化 (グローバル設定、バッファへのポインタは使われない) + "-": ホットリストを無効化 (グローバル設定、バッファへのポインタは使われない) + 優先度: この優先度でホットリストにバッファを追加 + |