comparison src/gtkdebug.h @ 5625:73c9dc20e41a

[gaim-migrate @ 6032] The GTK+ debug system now has its own init(), where it adds its own prefs and sets up callbacks. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 03:21:55 +0000
parents 3c7748b24410
children 059d95c67cda
comparison
equal deleted inserted replaced
5624:4cc9e3fa22c4 5625:73c9dc20e41a
24 #define _GAIM_GTK_DEBUG_H_ 24 #define _GAIM_GTK_DEBUG_H_
25 25
26 #include "debug.h" 26 #include "debug.h"
27 27
28 /** 28 /**
29 * Initializes the GTK+ debug system.
30 */
31 void gaim_gtk_debug_init(void);
32
33 /**
29 * Shows the debug window. 34 * Shows the debug window.
30 */ 35 */
31 void gaim_gtk_debug_window_show(void); 36 void gaim_gtk_debug_window_show(void);
32 37
33 /** 38 /**