comparison 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
comparison
equal deleted inserted replaced
10086:6cd2b467e303 10087:9fdbfe832fac
31 * Initializes the GTK+ debug system. 31 * Initializes the GTK+ debug system.
32 */ 32 */
33 void gaim_gtk_debug_init(void); 33 void gaim_gtk_debug_init(void);
34 34
35 /** 35 /**
36 * Get the handle for the GTK+ debug system.
37 *
38 * @return the handle to the debug system
39 */
40 void *gaim_gtk_debug_get_handle();
41
42 /**
36 * Shows the debug window. 43 * Shows the debug window.
37 */ 44 */
38 void gaim_gtk_debug_window_show(void); 45 void gaim_gtk_debug_window_show(void);
39 46
40 /** 47 /**