diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-31 20:25:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-05-31 20:25:10 +0200 |
commit | 4592c9438f49fde6675503425b5237c168741895 (patch) | |
tree | 03171c01d7d8378b45295e37c01b58cc0a0079f8 /doc/ja/weechat_plugin_api.ja.adoc | |
parent | d327e3e75a8392cd62dd98bf9f8b3adfa9aad1e6 (diff) | |
download | weechat-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.adoc | 3 |
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 | |