diff src/gtkdebug.h @ 10087:9fdbfe832fac

[gaim-migrate @ 11098] gaim_prefs_connect_callback() now takes a handle that can be used to disconnect the callbacks later on. The callback id's remain, so people can still use those if they want, although I'm not sure if there's any need for them any more. I also switched the order for initializing the prefs subsystem and statically compiled protocol plugins so that prpl prefs can work for statically compiled prpls. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 12 Oct 2004 00:49:19 +0000
parents db62420a53a2
children 364a2ef907ae
line wrap: on
line diff
--- a/src/gtkdebug.h	Sun Oct 10 16:47:56 2004 +0000
+++ b/src/gtkdebug.h	Tue Oct 12 00:49:19 2004 +0000
@@ -33,6 +33,13 @@
 void gaim_gtk_debug_init(void);
 
 /**
+ * Get the handle for the GTK+ debug system.
+ *
+ * @return the handle to the debug system
+ */
+void *gaim_gtk_debug_get_handle();
+
+/**
  * Shows the debug window.
  */
 void gaim_gtk_debug_window_show(void);