From ebd318b058113fc80311c2dd223d05c90480b860 Mon Sep 17 00:00:00 2001 From: Gary Kramlich Date: Mon, 11 Oct 2021 21:17:53 -0500 Subject: Remove the hidden conversation window as that api is going to change in the future Testing Done: Created an im and joined a chat, verified they both worked. Also made sure the preferences window opened without issue. Reviewed at https://reviews.imfreedom.org/r/1005/ --- doc/reference/pidgin/signals_gtkconv.xml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'doc') diff --git a/doc/reference/pidgin/signals_gtkconv.xml b/doc/reference/pidgin/signals_gtkconv.xml index 811d1d6fb1..4c9fcf5951 100644 --- a/doc/reference/pidgin/signals_gtkconv.xml +++ b/doc/reference/pidgin/signals_gtkconv.xml @@ -14,7 +14,6 @@ "displaying-chat-msg" "displayed-chat-msg" "conversation-switched" - "conversation-hiding" "conversation-displayed" @@ -248,27 +247,6 @@ Emitted when a window switched from one conversation to another. - - The <literal>"conversation-hiding"</literal> signal - -void user_function (PidginConversation *gtkconv, - gpointer user_data) - - -Emitted immediately before an existing conversation is hidden. - - - - gtkconv : - The PidginConversation. - - - user_data : - user data set when the signal handler was connected. - - - - The <literal>"conversation-displayed"</literal> signal @@ -276,7 +254,7 @@ void user_function (PidginConversation *gtkc gpointer user_data) -Emitted right after the Pidgin UI is attached to a new or a hidden conversation. +Emitted right after the Pidgin UI is attached to a new conversation. -- cgit v1.2.1