comparison src/gtkdebug.h @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 9fdbfe832fac
children 50224ac8184d
comparison
equal deleted inserted replaced
10813:290131d5f626 10814:364a2ef907ae
48 * Hides the debug window. 48 * Hides the debug window.
49 */ 49 */
50 void gaim_gtk_debug_window_hide(void); 50 void gaim_gtk_debug_window_hide(void);
51 51
52 /** 52 /**
53 * Returns the UI operations structure for GTK debug output. 53 * Returns the UI operations structure for GTK+ debug output.
54 * 54 *
55 * @return The GTK UI debug operations structure. 55 * @return The GTK+ UI debug operations structure.
56 */ 56 */
57 GaimDebugUiOps *gaim_gtk_debug_get_ui_ops(void); 57 GaimDebugUiOps *gaim_gtk_debug_get_ui_ops(void);
58 58
59 #endif /* _GAIM_GTKDEBUG_H_ */ 59 #endif /* _GAIM_GTKDEBUG_H_ */