summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-09-17 07:52:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-09-17 07:52:39 +0200
commit2b2ba62600562d93f974bf7d0bd9db3b804ee22b (patch)
tree77d5690c068bdeb4d9d00b11abade016652c779b /doc/ja
parent21683def125eb7197bee271b83ff0a94426fad7b (diff)
downloadweechat-2b2ba62600562d93f974bf7d0bd9db3b804ee22b.zip
doc/api: add version 3.7 for priority in function hook_line
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 4f3506b16..7511c36de 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -10053,7 +10053,8 @@ struct t_hook *weechat_hook_line (const char *buffer_type,
* _buffer_type_: ここで指定したバッファ型の行をフックします (NULL または空文字列の場合、
_formatted_ を指定したことになります)
- (a priority is allowed before the buffer type, see note about <<hook_priority,priority>>):
+ (_WeeChat ≥ 3.7_: a priority is allowed before the buffer type,
+ see note about <<hook_priority,priority>>):
** _formatted_: フォーマット済み内容バッファの行のみをフックします (デフォルト)
** _free_: 自由内容バッファの行のみをフックします
** _*_: すべてのバッファの行をフックします