diff src/gtkblist.h @ 8815:ada0cf2f49fe

[gaim-migrate @ 9577] " This patch creates the subsystem like most of the core to connect to signals and emit them. It also adds a "gtkblist-created" signal so plugins that want to add something to the gtkblist know when it's created. Using the same subsytem setup as the rest of gaim helps plugin authors avoid connecting to the buddy signon even to know when they can connect to the "drawing-menu" signal." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 26 Apr 2004 16:10:16 +0000
parents 57bdd25752c1
children b875f5d57b81
line wrap: on
line diff
--- a/src/gtkblist.h	Mon Apr 26 15:46:12 2004 +0000
+++ b/src/gtkblist.h	Mon Apr 26 16:10:16 2004 +0000
@@ -97,11 +97,23 @@
  **************************************************************************/
 
 /**
+ * Get the handle for the GTK+ blist system.
+ *
+ * @return the handle to the blist system
+ */
+void *gaim_gtk_blist_get_handle();
+
+/**
  * Initializes the GTK+ blist system.
  */
 void gaim_gtk_blist_init(void);
 
 /**
+ * Uninitializes the GTK+ blist system.
+ */
+void gaim_gtk_blist_uninit(void);
+
+/**
  * Returns the UI operations structure for the buddy list.
  *
  * @return The GTK list operations structure.