pidgin/gtkblist.h

changeset 40762
a7aca87d5ceb
parent 40502
875489636847
child 40937
2405744f8193
--- a/pidgin/gtkblist.h	Sun Feb 07 01:42:09 2021 -0600
+++ b/pidgin/gtkblist.h	Fri Feb 12 00:17:08 2021 -0600
@@ -29,6 +29,10 @@
  * @see_also: <link linkend="chapter-signals-gtkblist">Buddy List signals</link>
  */
 
+#include <gtk/gtk.h>
+
+#include <purple.h>
+
 #define PIDGIN_TYPE_BUDDY_LIST (pidgin_buddy_list_get_type())
 
 typedef struct _PidginBuddyList PidginBuddyList;
@@ -39,10 +43,6 @@
 
 } PidginStatusIconSize;
 
-#include <purple.h>
-
-#include "gtkblist-theme.h"
-
 /**************************************************************************
  * Structures
  **************************************************************************/
@@ -272,23 +272,6 @@
  */
 void pidgin_blist_add_alert(GtkWidget *widget);
 
-/**
- * pidgin_blist_set_theme:
- * @theme:	the new theme to use
- *
- * Sets the current theme for Pidgin to use
- */
-void pidgin_blist_set_theme(PidginBlistTheme *theme);
-
-/**
- * pidgin_blist_get_theme:
- *
- * Gets Pidgin's current buddy list theme
- *
- * Returns:	(transfer none): the current theme
- */
-PidginBlistTheme *pidgin_blist_get_theme(void);
-
 /**************************************************************************
  * GTK+ Buddy List sorting functions
  **************************************************************************/

mercurial