summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-05-31 20:25:10 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-05-31 20:25:10 +0200
commit4592c9438f49fde6675503425b5237c168741895 (patch)
tree03171c01d7d8378b45295e37c01b58cc0a0079f8 /doc/ja/weechat_plugin_api.ja.adoc
parentd327e3e75a8392cd62dd98bf9f8b3adfa9aad1e6 (diff)
downloadweechat-4592c9438f49fde6675503425b5237c168741895.zip
core: send buffer pointer (when possible) in signal "hotlist_changed" (closes #1133)
When a buffer is added or updated in the hotlist, the buffer pointer is sent. When the hotlist is cleared or resorted, the buffer pointer is NULL.
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-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 5abd1c662..f40553ecf 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -9676,8 +9676,9 @@ WeeChat とプラグインが送信するシグナルのリスト:
- |
フィルタを無効化
+// TRANSLATION MISSING
| weechat | hotlist_changed |
- - |
+ Pointer: バッファ (can be NULL) |
ホットリストが変更された
| weechat | input_paste_pending |