From 4592c9438f49fde6675503425b5237c168741895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 31 May 2018 20:25:10 +0200 Subject: 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. --- doc/it/weechat_plugin_api.it.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/it') diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index a9ee3fb2e..2c02fce47 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10080,8 +10080,9 @@ List of signals sent by WeeChat and plugins: - | Filtri disabilitati. +// TRANSLATION MISSING | weechat | hotlist_changed | - - | + Pointer: buffer (can be NULL). | Hotlist modificata. | weechat | input_paste_pending | -- cgit v1.2.3