diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:53:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 13:53:18 +0200 |
commit | 55e43e15f8f69b0d93adb52dc70b3b9af264a61f (patch) | |
tree | 1ebd40ccf9992260a1fc0d27b90a5b4f92ee01a3 /doc/ja | |
parent | 220682c1bc12404f981f3ca74ce349342c3e4b9c (diff) | |
download | weechat-55e43e15f8f69b0d93adb52dc70b3b9af264a61f.zip |
api: allow value "-1" for property "hotlist" in function buffer_set (to remove a buffer from hotlist)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.txt b/doc/ja/weechat_plugin_api.ja.txt index a14bf8a0c..525529d6c 100644 --- a/doc/ja/weechat_plugin_api.ja.txt +++ b/doc/ja/weechat_plugin_api.ja.txt @@ -10443,11 +10443,13 @@ 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 | "+": ホットリストを有効化 (グローバル設定、バッファへのポインタは使われない) + "-": ホットリストを無効化 (グローバル設定、バッファへのポインタは使われない) + - 優先度: この優先度でホットリストにバッファを追加 + 優先度: この優先度でホットリストにバッファを追加 + + "-1": remove buffer from hotlist _(WeeChat ≥ 0.4.4)_ | completion_freeze | "0", "1" | "0": 補完を止める (デフォルト) |