summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2021-10-11 21:17:53 -0500
committerGary Kramlich <grim@reaperworld.com>2021-10-11 21:17:53 -0500
commitebd318b058113fc80311c2dd223d05c90480b860 (patch)
treea62f689e52f192a88cdfa2b5215e2822a931f40f /pidgin/gtkconv.h
parent34b552857927fff0df53fb342dc3ab20ffaea8ad (diff)
downloadpidgin-ebd318b058113fc80311c2dd223d05c90480b860.tar.gz
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/
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 7ce9c4b2c3..9b4cd48ec0 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -166,7 +166,6 @@ void pidgin_conv_update_buttons_by_protocol(PurpleConversation *conv);
/**
* pidgin_conversations_get_unseen_all:
* @min_state: The minimum unseen state.
- * @hidden_only: If %TRUE, only consider hidden conversations.
* @max_count: Maximum number of conversations to return, or 0 for
* no maximum.
*
@@ -180,9 +179,7 @@ void pidgin_conv_update_buttons_by_protocol(PurpleConversation *conv);
* Returns: (transfer container) (element-type PurpleConversation): List of PurpleConversation matching criteria, or %NULL.
*/
GList *
-pidgin_conversations_get_unseen_all(PidginUnseenState min_state,
- gboolean hidden_only,
- guint max_count);
+pidgin_conversations_get_unseen_all(PidginUnseenState min_state, guint max_count);
/**
* pidgin_conversations_fill_menu:
@@ -244,14 +241,6 @@ void pidgin_conv_new(PurpleConversation *conv);
*/
int pidgin_conv_get_tab_at_xy(PidginConvWindow *win, int x, int y, gboolean *to_right);
-/**
- * pidgin_conv_is_hidden:
- * @gtkconv: The GTK conversation.
- *
- * Returns: %TRUE if the conversation is hidden, %FALSE otherwise.
- */
-gboolean pidgin_conv_is_hidden(PidginConversation *gtkconv);
-
/**************************************************************************/
/* GTK Conversations Subsystem */
/**************************************************************************/