src/gtkdebug.h

changeset 5625
ac8c09def58a
parent 5497
da3c08f3af25
child 5872
754c63f29b77
equal deleted inserted replaced
5624:b1240853c0e7 5625:ac8c09def58a
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 /**

mercurial